aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Notifications')
-rw-r--r--Emby.Notifications/CoreNotificationTypes.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Emby.Notifications/CoreNotificationTypes.cs b/Emby.Notifications/CoreNotificationTypes.cs
index 158898084c..8cc14fa012 100644
--- a/Emby.Notifications/CoreNotificationTypes.cs
+++ b/Emby.Notifications/CoreNotificationTypes.cs
@@ -75,11 +75,6 @@ namespace Emby.Notifications
new NotificationTypeInfo
{
- Type = NotificationType.GamePlayback.ToString()
- },
-
- new NotificationTypeInfo
- {
Type = NotificationType.VideoPlayback.ToString()
},
@@ -90,11 +85,6 @@ namespace Emby.Notifications
new NotificationTypeInfo
{
- Type = NotificationType.GamePlaybackStopped.ToString()
- },
-
- new NotificationTypeInfo
- {
Type = NotificationType.VideoPlaybackStopped.ToString()
},