mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed compile issue
This commit is contained in:
parent
83aa6330d1
commit
9bea027907
1 changed files with 0 additions and 4 deletions
|
@ -120,10 +120,6 @@ namespace NzbDrone.Core
|
||||||
Kernel.Bind<IJob>().To<RecentBacklogSearchJob>().InSingletonScope();
|
Kernel.Bind<IJob>().To<RecentBacklogSearchJob>().InSingletonScope();
|
||||||
Kernel.Bind<IJob>().To<CheckpointJob>().InSingletonScope();
|
Kernel.Bind<IJob>().To<CheckpointJob>().InSingletonScope();
|
||||||
|
|
||||||
Kernel.Bind<IJob>().To<FakeNotificationJob>().InSingletonScope();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Kernel.Get<JobProvider>().Initialize();
|
Kernel.Get<JobProvider>().Initialize();
|
||||||
Kernel.Get<WebTimer>().StartTimer(30);
|
Kernel.Get<WebTimer>().StartTimer(30);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue