|
|
@ -35,6 +35,11 @@ namespace NzbDrone.Core.Notifications
|
|
|
|
_logger = logger;
|
|
|
|
_logger = logger;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected override List<NotificationDefinition> Active()
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
return base.Active().Where(c => c.Enable).ToList();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public List<INotification> OnGrabEnabled(bool filterBlockedNotifications = true)
|
|
|
|
public List<INotification> OnGrabEnabled(bool filterBlockedNotifications = true)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (filterBlockedNotifications)
|
|
|
|
if (filterBlockedNotifications)
|
|
|
|