mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
dlna fixes
This commit is contained in:
@@ -129,7 +129,7 @@ namespace MediaBrowser.Server.Implementations.TV
|
||||
// Get them in display order, then reverse
|
||||
var allEpisodes = series.GetSeasons(user, true, true)
|
||||
.Where(i => !i.IndexNumber.HasValue || i.IndexNumber.Value != 0)
|
||||
.SelectMany(i => i.GetEpisodes(user, true, true))
|
||||
.SelectMany(i => i.GetEpisodes(user))
|
||||
.Reverse()
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user