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