namespace ErsatzTV.Infrastructure.Jellyfin.Models; public class JellyfinPlaybackInfoResponse { public IList MediaSources { get; set; } }