New: Added Plex to Notifications, allowing notifications and library updates.

This commit is contained in:
Mark McDowall 2012-02-21 15:10:42 -08:00
commit 6e767eafab
12 changed files with 629 additions and 74 deletions

View file

@ -140,6 +140,7 @@ namespace NzbDrone.Core
Kernel.Bind<ExternalNotificationBase>().To<Twitter>();
Kernel.Bind<ExternalNotificationBase>().To<Providers.ExternalNotification.Growl>();
Kernel.Bind<ExternalNotificationBase>().To<Prowl>();
Kernel.Bind<ExternalNotificationBase>().To<Plex>();
var notifiers = Kernel.GetAll<ExternalNotificationBase>();
Kernel.Get<ExternalNotificationProvider>().InitializeNotifiers(notifiers.ToList());