8 lines
151 B
C#
8 lines
151 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public class PlexMediaFile : MediaFile
|
|
{
|
|
public int PlexId { get; set; }
|
|
public string Key { get; set; }
|
|
}
|