mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Reduce warnings in MediaBrowser.Controller (#6006)
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
This commit is contained in:
parent
a84e8c3884
commit
e3f55a0c54
50 changed files with 367 additions and 290 deletions
|
|
@ -4,7 +4,7 @@ using MediaBrowser.Model.IO;
|
|||
namespace MediaBrowser.Controller.Resolvers
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides a base "rule" that anyone can use to have paths ignored by the resolver
|
||||
/// Provides a base "rule" that anyone can use to have paths ignored by the resolver.
|
||||
/// </summary>
|
||||
public interface IResolverIgnoreRule
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue