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

Movies sorted primarily by PremiereDate

This commit is contained in:
Brad Beattie 2023-10-16 11:21:56 -07:00 committed by GitHub
parent 5bc595dc87
commit fcf773d2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,8 @@ function renderSection(item, element, type) {
ArtistIds: '', ArtistIds: '',
AlbumArtistIds: '', AlbumArtistIds: '',
Limit: 10, Limit: 10,
SortBy: 'SortName' SortOrder: 'Descending',
SortBy: 'PremiereDate,ProductionYear,Sortname'
}, { }, {
shape: 'overflowPortrait', shape: 'overflowPortrait',
showTitle: true, showTitle: true,