From a09e330d4e3ee9cea57f3568c8684dce66c44142 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 15 Nov 2013 16:31:33 -0500 Subject: Display specials within seasons --- MediaBrowser.Controller/Entities/TV/Episode.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/Entities/TV') diff --git a/MediaBrowser.Controller/Entities/TV/Episode.cs b/MediaBrowser.Controller/Entities/TV/Episode.cs index 95d346733d..5100916ffa 100644 --- a/MediaBrowser.Controller/Entities/TV/Episode.cs +++ b/MediaBrowser.Controller/Entities/TV/Episode.cs @@ -32,6 +32,12 @@ namespace MediaBrowser.Controller.Entities.TV } } + /// + /// Gets the season in which it aired. + /// + /// The aired season. + public int? SpecialSeasonNumber { get; set; } + /// /// We want to group into series not show individually in an index /// -- cgit v1.2.3