mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-13 01:34:57 +00:00
Fixed Growl ExternalNotification binding.
This commit is contained in:
parent
3fe1e80ccb
commit
ee90564519
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ private static void BindExternalNotifications()
|
||||||
_kernel.Bind<ExternalNotificationBase>().To<Xbmc>();
|
_kernel.Bind<ExternalNotificationBase>().To<Xbmc>();
|
||||||
_kernel.Bind<ExternalNotificationBase>().To<Smtp>();
|
_kernel.Bind<ExternalNotificationBase>().To<Smtp>();
|
||||||
_kernel.Bind<ExternalNotificationBase>().To<Twitter>();
|
_kernel.Bind<ExternalNotificationBase>().To<Twitter>();
|
||||||
_kernel.Bind<ExternalNotificationBase>().To<Growl>();
|
_kernel.Bind<ExternalNotificationBase>().To<Providers.ExternalNotification.Growl>();
|
||||||
|
|
||||||
var notifiers = _kernel.GetAll<ExternalNotificationBase>();
|
var notifiers = _kernel.GetAll<ExternalNotificationBase>();
|
||||||
_kernel.Get<ExternalNotificationProvider>().InitializeNotifiers(notifiers.ToList());
|
_kernel.Get<ExternalNotificationProvider>().InitializeNotifiers(notifiers.ToList());
|
||||||
|
|
Loading…
Reference in a new issue