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
commit ac728667ec

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