mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve episode sorting with embedded specials
This commit is contained in:
parent
38d90288e5
commit
99910f968f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue