mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Display specials within seasons
This commit is contained in:
@@ -1029,6 +1029,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
if (episode != null)
|
||||
{
|
||||
dto.IndexNumberEnd = episode.IndexNumberEnd;
|
||||
dto.SpecialSeasonNumber = episode.SpecialSeasonNumber;
|
||||
}
|
||||
|
||||
// Add SeriesInfo
|
||||
|
||||
Reference in New Issue
Block a user