mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-12 09:13:00 +01:00
moved resolvers to implementations, trimmed nuget package a bit
This commit is contained in:
10
MediaBrowser.Controller/Library/IResolverIgnoreRule.cs
Normal file
10
MediaBrowser.Controller/Library/IResolverIgnoreRule.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user