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