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 --- MediaBrowser.Controller/Library/IResolverIgnoreRule.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 MediaBrowser.Controller/Library/IResolverIgnoreRule.cs (limited to 'MediaBrowser.Controller/Library/IResolverIgnoreRule.cs') diff --git a/MediaBrowser.Controller/Library/IResolverIgnoreRule.cs b/MediaBrowser.Controller/Library/IResolverIgnoreRule.cs deleted file mode 100644 index c9c602089..000000000 --- a/MediaBrowser.Controller/Library/IResolverIgnoreRule.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace MediaBrowser.Controller.Library -{ - /// - /// Provides a base "rule" that anyone can use to have paths ignored by the resolver - /// - public interface IResolverIgnoreRule - { - bool ShouldIgnore(ItemResolveArgs args); - } -} -- cgit v1.2.3