Adding a pending mapping isn't authenticated with Windows auth anymore.

This commit is contained in:
Mark McDowall 2012-04-14 17:19:28 -07:00
parent 8618117926
commit ac728667ec
1 changed files with 0 additions and 1 deletions

View File

@ -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 });