diff options
Diffstat (limited to 'MediaBrowser.Controller/Library/IResolverIgnoreRule.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/IResolverIgnoreRule.cs | 10 |
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); - } -} |
