* add plex show, season sync * sync plex episodes * sync plex episode statistics * update plex artwork as needed * code cleanup * add note about tests
8 lines
129 B
C#
8 lines
129 B
C#
namespace ErsatzTV.Core.Domain
|
|
{
|
|
public class PlexEpisode : Episode
|
|
{
|
|
public string Key { get; set; }
|
|
}
|
|
}
|