mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Adding a pending mapping isn't authenticated with Windows auth anymore.
This commit is contained in:
parent
8618117926
commit
ac728667ec
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ namespace NzbDrone.Services.Service.Controllers
|
|||
}
|
||||
|
||||
[HttpPost]
|
||||
[Authorize(Roles = "Users")]
|
||||
public JsonResult AddPending(string cleanTitle, int id, string title)
|
||||
{
|
||||
_sceneMappingProvider.Insert(new PendingSceneMapping { CleanTitle = cleanTitle, Id = id, Title = title });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue