mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 18:04:05 +02:00
8 lines
120 B
C#
8 lines
120 B
C#
|
|
namespace MediaBrowser.Model.Dto
|
|
{
|
|
public interface IHasServerId
|
|
{
|
|
string ServerId { get; }
|
|
}
|
|
}
|