mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 19:44:43 +01:00
Pushing missing changes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using MediaBrowser.Controller.Library;
|
||||
|
||||
namespace MediaBrowser.Controller.Resolvers
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides a base "rule" that anyone can use to have paths ignored by the resolver
|
||||
/// </summary>
|
||||
public abstract class BaseResolutionIgnoreRule
|
||||
{
|
||||
public abstract bool ShouldIgnore(ItemResolveArgs args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user