mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 23:33:38 -07:00
Fixed: Downloading log file asking for password when authentication is disabled
This commit is contained in:
parent
c6e492af4e
commit
4752ba3341
5 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ namespace NzbDrone.Api.Logs
|
|||
|
||||
public LogFileModule(IAppFolderInfo appFolderInfo,
|
||||
IDiskProvider diskProvider)
|
||||
: base("log/files")
|
||||
: base("log/file")
|
||||
{
|
||||
_appFolderInfo = appFolderInfo;
|
||||
_diskProvider = diskProvider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue