mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-28 10:37:41 +00:00
Registered jobs
This commit is contained in:
parent
23118871fd
commit
fcf0ca7299
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ private void InitJobs()
|
|||
Kernel.Bind<IJob>().To<SearchHistoryCleanupJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<PastWeekBacklogSearchJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<RefreshEpisodeMetadata>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<CleanupRecycleBinJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<EmptyRecycleBinJob>().InSingletonScope();
|
||||
|
||||
Kernel.Get<JobProvider>().Initialize();
|
||||
Kernel.Get<WebTimer>().StartTimer(30);
|
||||
|
|
Loading…
Reference in a new issue