mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 08:53:25 +01:00
8 lines
117 B
C#
8 lines
117 B
C#
|
|
namespace MediaBrowser.Model.Dto
|
|
{
|
|
public interface IHasServerId
|
|
{
|
|
string ServerId { get; }
|
|
}
|
|
}
|