* 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
127 B
C#
8 lines
127 B
C#
namespace ErsatzTV.Core.Domain
|
|
{
|
|
public class PlexSeason : Season
|
|
{
|
|
public string Key { get; set; }
|
|
}
|
|
}
|