aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/TV
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-15 16:31:33 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-15 16:31:33 -0500
commita09e330d4e3ee9cea57f3568c8684dce66c44142 (patch)
treef4869dd400031b42d2fdd5ad635c8bd933d22e6a /MediaBrowser.Controller/Entities/TV
parentcc16fd3af88fe3bfdc68d026e63609e41ffd1628 (diff)
Display specials within seasons
Diffstat (limited to 'MediaBrowser.Controller/Entities/TV')
-rw-r--r--MediaBrowser.Controller/Entities/TV/Episode.cs6
1 files changed, 6 insertions, 0 deletions
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
@@ -33,6 +33,12 @@ namespace MediaBrowser.Controller.Entities.TV
}
/// <summary>
+ /// Gets the season in which it aired.
+ /// </summary>
+ /// <value>The aired season.</value>
+ public int? SpecialSeasonNumber { get; set; }
+
+ /// <summary>
/// We want to group into series not show individually in an index
/// </summary>
/// <value><c>true</c> if [group in index]; otherwise, <c>false</c>.</value>