1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Sort items by premiere date on the details page

This commit is contained in:
MrTimscampi 2020-12-25 15:57:33 +01:00
parent 6740ee54f2
commit 4cfc9dda97
2 changed files with 3 additions and 3 deletions

View file

@ -195,7 +195,7 @@ function renderSection(page, item, element, type) {
ArtistIds: '',
AlbumArtistIds: '',
SortOrder: 'Descending',
SortBy: 'ProductionYear,Sortname'
SortBy: 'PremiereDate,ProductionYear,Sortname'
}, {
shape: 'overflowSquare',
playFromHere: true,