mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-31 19:41:27 +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 @@ namespace NzbDrone.Core
|
|||
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