aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IResolverIgnoreRule.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-03 11:53:58 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-03 11:53:58 -0500
commit54a36322bb19ceaeb9f4ae3a01fa54998d243ec8 (patch)
tree8b72eb5799db3daeb4a639fb783a4e2f1c2e1bf6 /MediaBrowser.Controller/Library/IResolverIgnoreRule.cs
parent7b0b5a35382d0b43f298d7ef015d6fd3031a8c72 (diff)
made base video resolver available for re-use
Diffstat (limited to 'MediaBrowser.Controller/Library/IResolverIgnoreRule.cs')
-rw-r--r--MediaBrowser.Controller/Library/IResolverIgnoreRule.cs10
1 files changed, 0 insertions, 10 deletions
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
-{
- /// <summary>
- /// Provides a base "rule" that anyone can use to have paths ignored by the resolver
- /// </summary>
- public interface IResolverIgnoreRule
- {
- bool ShouldIgnore(ItemResolveArgs args);
- }
-}