mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 15:32:31 +01:00
Adding a pending mapping isn't authenticated with Windows auth anymore.
This commit is contained in:
parent
8618117926
commit
ac728667ec
@ -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…
Reference in New Issue
Block a user