mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-28 10:44:25 +00:00
Fixed compile issue
This commit is contained in:
@@ -120,10 +120,6 @@ namespace NzbDrone.Core
|
||||
Kernel.Bind<IJob>().To<RecentBacklogSearchJob>().InSingletonScope();
|
||||
Kernel.Bind<IJob>().To<CheckpointJob>().InSingletonScope();
|
||||
|
||||
Kernel.Bind<IJob>().To<FakeNotificationJob>().InSingletonScope();
|
||||
|
||||
|
||||
|
||||
Kernel.Get<JobProvider>().Initialize();
|
||||
Kernel.Get<WebTimer>().StartTimer(30);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user