From 53450bd514eec97d58eb18b8a01feab36475826b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 6 Jul 2013 17:23:32 -0400 Subject: added a notifications service --- MediaBrowser.Model/Notifications/NotificationLevel.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 MediaBrowser.Model/Notifications/NotificationLevel.cs (limited to 'MediaBrowser.Model/Notifications/NotificationLevel.cs') diff --git a/MediaBrowser.Model/Notifications/NotificationLevel.cs b/MediaBrowser.Model/Notifications/NotificationLevel.cs new file mode 100644 index 000000000..24946e071 --- /dev/null +++ b/MediaBrowser.Model/Notifications/NotificationLevel.cs @@ -0,0 +1,10 @@ + +namespace MediaBrowser.Model.Notifications +{ + public enum NotificationLevel + { + Normal, + Warning, + Error + } +} -- cgit v1.2.3