mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-02 23:34:29 +01:00
7 lines
116 B
C#
7 lines
116 B
C#
namespace MediaBrowser.Model.Dto
|
|
{
|
|
public interface IHasServerId
|
|
{
|
|
string ServerId { get; }
|
|
}
|
|
}
|