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