namespace ErsatzTV.Core.Domain
{
public class PlexMediaFile : MediaFile
public int PlexId { get; set; }
public string Key { get; set; }
}