From 1a7911ab828db13be0e2b0b74364f8159d111424 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 7 Jul 2012 16:34:07 -0700 Subject: [PATCH] Central Dispatch update from last commit --- NzbDrone.Core/CentralDispatch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NzbDrone.Core/CentralDispatch.cs b/NzbDrone.Core/CentralDispatch.cs index d7223b3b9..845396139 100644 --- a/NzbDrone.Core/CentralDispatch.cs +++ b/NzbDrone.Core/CentralDispatch.cs @@ -141,6 +141,7 @@ namespace NzbDrone.Core Kernel.Bind().To().InSingletonScope(); Kernel.Bind().To().InSingletonScope(); Kernel.Bind().To().InSingletonScope(); + Kernel.Bind().To().InSingletonScope(); Kernel.Get().Initialize(); Kernel.Get().StartTimer(30);