namespace ErsatzTV.Core.Domain;
public class PlexSeason : Season
{
public string Key { get; set; }
public string Etag { get; set; }
}