mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Twitter notifications working from end-to-end.
This commit is contained in:
parent
a2735d7716
commit
d9bef59ec2
6 changed files with 77 additions and 6 deletions
|
@ -106,6 +106,7 @@ namespace NzbDrone.Core
|
|||
{
|
||||
_kernel.Bind<ExternalNotificationBase>().To<Xbmc>();
|
||||
_kernel.Bind<ExternalNotificationBase>().To<Smtp>();
|
||||
_kernel.Bind<ExternalNotificationBase>().To<Twitter>();
|
||||
|
||||
var notifiers = _kernel.GetAll<ExternalNotificationBase>();
|
||||
_kernel.Get<ExternalNotificationProvider>().InitializeNotifiers(notifiers.ToList());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue