diff options
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationType.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/NotificationType.cs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/MediaBrowser.Model/Notifications/NotificationType.cs b/MediaBrowser.Model/Notifications/NotificationType.cs deleted file mode 100644 index eefd15808..000000000 --- a/MediaBrowser.Model/Notifications/NotificationType.cs +++ /dev/null @@ -1,24 +0,0 @@ -namespace MediaBrowser.Model.Notifications -{ - public enum NotificationType - { - ApplicationUpdateAvailable, - ApplicationUpdateInstalled, - AudioPlayback, - GamePlayback, - VideoPlayback, - AudioPlaybackStopped, - GamePlaybackStopped, - VideoPlaybackStopped, - InstallationFailed, - PluginError, - PluginInstalled, - PluginUpdateInstalled, - PluginUninstalled, - NewLibraryContent, - ServerRestartRequired, - TaskFailed, - CameraImageUploaded, - UserLockedOut - } -}
\ No newline at end of file |
