mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
4 lines
106 B
C#
4 lines
106 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IItemIdentityProvider : IHasOrder { }
|
|
} |