diff options
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationLevel.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/NotificationLevel.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Notifications/NotificationLevel.cs b/MediaBrowser.Model/Notifications/NotificationLevel.cs index c7e68b163..a49ee2fe6 100644 --- a/MediaBrowser.Model/Notifications/NotificationLevel.cs +++ b/MediaBrowser.Model/Notifications/NotificationLevel.cs @@ -3,8 +3,8 @@ namespace MediaBrowser.Model.Notifications { public enum NotificationLevel { - Normal = 1, - Warning = 2, - Error = 3 + Normal = 0, + Warning = 1, + Error = 2 } } |
