mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 02:09:59 +00:00
Registered Metadata refresh job
This commit is contained in:
parent
9d5c942cbf
commit
4776f0430b
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ private void InitJobs()
|
|||
Kernel.Bind<IJob>().To<CheckpointJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<SearchHistoryCleanupJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<PastWeekBacklogSearchJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<RefreshEpisodeMetadata>().InSingletonScope();
|
||||
|
||||
Kernel.Get<JobProvider>().Initialize();
|
||||
Kernel.Get<WebTimer>().StartTimer(30);
|
||||
|
|
Loading…
Reference in a new issue