mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
4 lines
107 B
C#
4 lines
107 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IItemIdentityConverter : IHasOrder { }
|
|
} |