mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Finishing up Prowl integration.
This commit is contained in:
parent
eb6b5a6b0e
commit
24a2c2be59
5 changed files with 22 additions and 3 deletions
|
@ -107,6 +107,7 @@ namespace NzbDrone.Core
|
|||
_kernel.Bind<ExternalNotificationBase>().To<Smtp>();
|
||||
_kernel.Bind<ExternalNotificationBase>().To<Twitter>();
|
||||
_kernel.Bind<ExternalNotificationBase>().To<Providers.ExternalNotification.Growl>();
|
||||
_kernel.Bind<ExternalNotificationBase>().To<Prowl>();
|
||||
|
||||
var notifiers = _kernel.GetAll<ExternalNotificationBase>();
|
||||
_kernel.Get<ExternalNotificationProvider>().InitializeNotifiers(notifiers.ToList());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue