From fd0a7cb14020adc90cb1d89adef57884ba0d108f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 8 Dec 2013 13:07:45 -0500 Subject: record dvd season/episode numbers --- MediaBrowser.Controller/Entities/TV/Episode.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'MediaBrowser.Controller/Entities') diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index e9f250d2a4..4e94c39428 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -40,6 +40,17 @@ namespace MediaBrowser.Controller.Entities.TV public int? AirsAfterSeasonNumber { get; set; } public int? AirsBeforeEpisodeNumber { get; set; } + /// + /// Gets or sets the DVD season number. + /// + /// The DVD season number. + public int? DvdSeasonNumber { get; set; } + /// + /// Gets or sets the DVD episode number. + /// + /// The DVD episode number. + public int? DvdEpisodeNumber { get; set; } + /// /// We want to group into series not show individually in an index /// -- cgit v1.2.3