Removed IExternalNotificationProvider

This commit is contained in:
Mark McDowall
2011-04-08 09:24:17 -07:00
parent c77a88dd2f
commit f52b399ed6
5 changed files with 8 additions and 25 deletions

View File

@@ -69,7 +69,7 @@ namespace NzbDrone.Core
_kernel.Bind<SabProvider>().To<SabProvider>();
_kernel.Bind<IHistoryProvider>().To<HistoryProvider>();
_kernel.Bind<RootDirProvider>().To<RootDirProvider>();
_kernel.Bind<IExtenalNotificationProvider>().To<ExternalNotificationProvider>();
_kernel.Bind<ExternalNotificationProvider>().To<ExternalNotificationProvider>();
_kernel.Bind<XbmcProvider>().To<XbmcProvider>();
_kernel.Bind<PostProcessingProvider>().To<PostProcessingProvider>();
_kernel.Bind<IConfigProvider>().To<ConfigProvider>().InSingletonScope();