From 50e66869872579d2cbd8337c4b114cf68dff814a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 7 Oct 2016 11:08:13 -0400 Subject: update live stream management --- .../Notifications/CoreNotificationTypes.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Server.Implementations/Notifications') diff --git a/MediaBrowser.Server.Implementations/Notifications/CoreNotificationTypes.cs b/MediaBrowser.Server.Implementations/Notifications/CoreNotificationTypes.cs index 98d3672fa..8ca667739 100644 --- a/MediaBrowser.Server.Implementations/Notifications/CoreNotificationTypes.cs +++ b/MediaBrowser.Server.Implementations/Notifications/CoreNotificationTypes.cs @@ -89,13 +89,6 @@ namespace MediaBrowser.Server.Implementations.Notifications Variables = new List{"Name"} }, - new NotificationTypeInfo - { - Type = NotificationType.NewLibraryContentMultiple.ToString(), - DefaultTitle = "{ItemCount} new items have been added to your media library.", - Variables = new List{"ItemCount"} - }, - new NotificationTypeInfo { Type = NotificationType.AudioPlayback.ToString(), -- cgit v1.2.3