mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed authentication. at least locally. need to test remote.
This commit is contained in:
parent
d33e2dff58
commit
e538593c61
4 changed files with 55 additions and 6 deletions
|
@ -13,7 +13,6 @@ namespace NzbDrone.Api
|
|||
protected NzbDroneRestModule()
|
||||
: this(new TResource().ResourceName)
|
||||
{
|
||||
this.RequiresAuthentication();
|
||||
}
|
||||
|
||||
protected NzbDroneRestModule(string resource)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue