Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/1a7911ab828db13be0e2b0b74364f8159d111424 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Central Dispatch update from last commit

pull/19/head
Mark McDowall 13 years ago
parent 8a7d474b74
commit 1a7911ab82

@ -141,6 +141,7 @@ namespace NzbDrone.Core
Kernel.Bind<IJob>().To<RecentBacklogSearchJob>().InSingletonScope();
Kernel.Bind<IJob>().To<CheckpointJob>().InSingletonScope();
Kernel.Bind<IJob>().To<SearchHistoryCleanupJob>().InSingletonScope();
Kernel.Bind<IJob>().To<PastWeekBacklogSearchJob>().InSingletonScope();
Kernel.Get<JobProvider>().Initialize();
Kernel.Get<WebTimer>().StartTimer(30);

Loading…
Cancel
Save