Finishing up Prowl integration.

This commit is contained in:
Mark McDowall 2011-11-02 21:01:44 -07:00
commit 24a2c2be59
5 changed files with 22 additions and 3 deletions

View file

@ -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());