namespace ErsatzTV.Core.Jellyfin
{
public record JellyfinServerInformation(string ServerName, string OperatingSystem);
}