mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added RecentBacklogSearchJob to fill missing episodes from the last 30 days, runs nightly.
This commit is contained in:
parent
04c71ff64c
commit
e781501021
5 changed files with 137 additions and 0 deletions
|
@ -95,6 +95,7 @@ namespace NzbDrone.Core
|
|||
Kernel.Bind<IJob>().To<ConvertEpisodeJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<AppUpdateJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<TrimLogsJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<RecentBacklogSearchJob>().InSingletonScope();
|
||||
|
||||
Kernel.Get<JobProvider>().Initialize();
|
||||
Kernel.Get<WebTimer>().StartTimer(30);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue