aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
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.Server.Implementations
parentcc16fd3af88fe3bfdc68d026e63609e41ffd1628 (diff)
Display specials within seasons
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 31b0c1a6a..62c4c2e6f 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -1029,6 +1029,7 @@ namespace MediaBrowser.Server.Implementations.Dto
if (episode != null)
{
dto.IndexNumberEnd = episode.IndexNumberEnd;
+ dto.SpecialSeasonNumber = episode.SpecialSeasonNumber;
}
// Add SeriesInfo