From 48facb797ed912e4ea6b04b17d1ff190ac2daac4 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 12 Sep 2018 19:26:21 +0200 Subject: Update to 3.5.2 and .net core 2.1 --- MediaBrowser.Model/Notifications/NotificationLevel.cs | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index a49ee2fe6..000000000 --- a/MediaBrowser.Model/Notifications/NotificationLevel.cs +++ /dev/null @@ -1,10 +0,0 @@ - -namespace MediaBrowser.Model.Notifications -{ - public enum NotificationLevel - { - Normal = 0, - Warning = 1, - Error = 2 - } -} -- cgit v1.2.3