aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/NotificationType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Configuration/NotificationType.cs')
-rw-r--r--MediaBrowser.Model/Configuration/NotificationType.cs7
1 files changed, 5 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Configuration/NotificationType.cs b/MediaBrowser.Model/Configuration/NotificationType.cs
index 0ddcf4251..d8043b0e1 100644
--- a/MediaBrowser.Model/Configuration/NotificationType.cs
+++ b/MediaBrowser.Model/Configuration/NotificationType.cs
@@ -6,6 +6,10 @@ namespace MediaBrowser.Model.Configuration
ApplicationUpdateInstalled,
AudioPlayback,
GamePlayback,
+ VideoPlayback,
+ AudioPlaybackStopped,
+ GamePlaybackStopped,
+ VideoPlaybackStopped,
InstallationFailed,
PluginError,
PluginInstalled,
@@ -14,7 +18,6 @@ namespace MediaBrowser.Model.Configuration
NewLibraryContent,
NewLibraryContentMultiple,
ServerRestartRequired,
- TaskFailed,
- VideoPlayback
+ TaskFailed
}
} \ No newline at end of file