namespace ErsatzTV.Infrastructure.Jellyfin.Models { public class JellyfinUserPolicyResponse { public bool IsAdministrator { get; set; } } }