mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
New: Backlog can now be controlled per series.
Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit. Added RecentBacklog button to Missing view, with mouse over description.
This commit is contained in:
@@ -34,6 +34,12 @@ namespace NzbDrone.Web.Controllers
|
||||
return JsonNotificationResult.Info("Queued");
|
||||
}
|
||||
|
||||
public JsonResult RecentBacklogSearch()
|
||||
{
|
||||
_jobProvider.QueueJob(typeof(RecentBacklogSearchJob));
|
||||
return JsonNotificationResult.Info("Queued");
|
||||
}
|
||||
|
||||
public JsonResult ScanDisk(int seriesId)
|
||||
{
|
||||
_jobProvider.QueueJob(typeof(DiskScanJob), seriesId);
|
||||
|
Reference in New Issue
Block a user