diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-16 13:11:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-16 13:11:07 -0400 |
| commit | 92cadc4323fb8a845a74652ef3ebfa8aa8efd104 (patch) | |
| tree | cfa99c01e4a16ff6f2d4bb0e88eaf36b377f2125 /MediaBrowser.Model/Configuration/NotificationType.cs | |
| parent | b6798f33700e7376ab616cb09b345c30a21f6feb (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Model/Configuration/NotificationType.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/NotificationType.cs | 7 |
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 |
