Added Submenu to Missing, allows triggering of a backlog search as well as RSS Sync.

Removed unneeded cshtml file.
This commit is contained in:
Mark McDowall 2011-10-21 16:33:54 -07:00
parent 72c555f250
commit 10fc9a1981
4 changed files with 13 additions and 21 deletions

View file

@ -26,6 +26,12 @@ namespace NzbDrone.Web.Controllers
return new JsonResult { Data = "ok", JsonRequestBehavior = JsonRequestBehavior.AllowGet };
}
public JsonResult BacklogSearch()
{
_jobProvider.QueueJob(typeof(BacklogSearchJob));
return new JsonResult { Data = "ok", JsonRequestBehavior = JsonRequestBehavior.AllowGet };
}
public JsonResult SyncEpisodesOnDisk(int seriesId)
{
//Syncs the episodes on disk for the specified series