mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-10 06:03:32 +00: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
Reference in a new issue