mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
improve episode sorting with embedded specials
This commit is contained in:
parent
38d90288e5
commit
99910f968f
@ -511,7 +511,7 @@
|
|||||||
query.Recursive = true;
|
query.Recursive = true;
|
||||||
query.IncludeItemTypes = "Episode";
|
query.IncludeItemTypes = "Episode";
|
||||||
query.AiredDuringSeason = item.IndexNumber;
|
query.AiredDuringSeason = item.IndexNumber;
|
||||||
query.SortBy = "PremiereDate,SortName";
|
query.SortBy = "AiredEpisodeOrder";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.Type == "Series" || item.Type == "Season") {
|
if (item.Type == "Series" || item.Type == "Season") {
|
||||||
|
Loading…
Reference in New Issue
Block a user