From 54a36322bb19ceaeb9f4ae3a01fa54998d243ec8 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sun, 3 Mar 2013 11:53:58 -0500 Subject: made base video resolver available for re-use --- .../Library/ResolverPriority.cs | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 MediaBrowser.Controller/Library/ResolverPriority.cs (limited to 'MediaBrowser.Controller/Library/ResolverPriority.cs') diff --git a/MediaBrowser.Controller/Library/ResolverPriority.cs b/MediaBrowser.Controller/Library/ResolverPriority.cs deleted file mode 100644 index 1f266f371..000000000 --- a/MediaBrowser.Controller/Library/ResolverPriority.cs +++ /dev/null @@ -1,26 +0,0 @@ - -namespace MediaBrowser.Controller.Library -{ - /// - /// Enum ResolverPriority - /// - public enum ResolverPriority - { - /// - /// The first - /// - First = 1, - /// - /// The second - /// - Second = 2, - /// - /// The third - /// - Third = 3, - /// - /// The last - /// - Last = 4 - } -} -- cgit v1.2.3