Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/ac728667ec8f7e0f680ba1defb8e3914de32244c You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

pull/4/head
Mark McDowall 13 years ago
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…
Cancel
Save