namespace ErsatzTV.Core.Domain
{
public class JellyfinShow : Show
public string ItemId { get; set; }
public string Etag { get; set; }
}