mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
update live stream management
This commit is contained in:
@@ -89,13 +89,6 @@ namespace MediaBrowser.Server.Implementations.Notifications
|
||||
Variables = new List<string>{"Name"}
|
||||
},
|
||||
|
||||
new NotificationTypeInfo
|
||||
{
|
||||
Type = NotificationType.NewLibraryContentMultiple.ToString(),
|
||||
DefaultTitle = "{ItemCount} new items have been added to your media library.",
|
||||
Variables = new List<string>{"ItemCount"}
|
||||
},
|
||||
|
||||
new NotificationTypeInfo
|
||||
{
|
||||
Type = NotificationType.AudioPlayback.ToString(),
|
||||
|
||||
Reference in New Issue
Block a user