mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-03 10:06:06 +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 @@ public string UpdatePending(int id, string value, int columnId)
|
|||
}
|
||||
|
||||
[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 a new issue