Fixed: Downloading log file asking for password when authentication is disabled

This commit is contained in:
Mark McDowall
2014-03-20 22:20:35 -07:00
parent c6e492af4e
commit 4752ba3341
5 changed files with 5 additions and 5 deletions
@@ -6,7 +6,7 @@ define(
'System/Logs/Files/LogFileModel'
], function (Backbone, LogFileModel) {
return Backbone.Collection.extend({
url : window.NzbDrone.ApiRoot + '/log/files',
url : window.NzbDrone.ApiRoot + '/log/file',
model: LogFileModel,
state: {