mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 04:43:34 +01:00
4 lines
No EOL
106 B
C#
4 lines
No EOL
106 B
C#
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IItemIdentityProvider : IHasOrder { }
|
|
} |