From 4e38c3537398b01776f6e1c5e1c08bce73eec82e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 19 Feb 2014 00:21:03 -0500 Subject: fixed remote control flyout --- MediaBrowser.Model/Notifications/NotificationLevel.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Model/Notifications/NotificationLevel.cs') 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 } } -- cgit v1.2.3