mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed authentication. at least locally. need to test remote.
This commit is contained in:
parent
e538593c61
commit
e03e2c46d6
3 changed files with 4 additions and 6 deletions
|
@ -8,7 +8,6 @@ namespace NzbDrone.Api
|
|||
protected NzbDroneApiModule(string resource)
|
||||
: base("/api/" + resource.Trim('/'))
|
||||
{
|
||||
this.RequiresAuthentication();
|
||||
Options["/"] = x => new Response();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue