8 lines
189 B
C#
8 lines
189 B
C#
namespace ErsatzTV.Infrastructure.Emby.Models;
|
|
|
|
public class EmbySystemInformationResponse
|
|
{
|
|
public string ServerName { get; set; }
|
|
public string OperatingSystem { get; set; }
|
|
}
|