mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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:
parent
6772db7e69
commit
3a5d99921e
2 changed files with 8 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue