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

Merge pull request #5512 from thornbill/fix-sort-order

This commit is contained in:
Bill Thornton 2024-05-15 08:29:25 -04:00 committed by GitHub
commit 0fcb1ff983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,7 @@ function renderSection(item, element, type) {
ArtistIds: '',
AlbumArtistIds: '',
Limit: 10,
SortOrder: 'Descending,Desending,Ascending',
SortOrder: 'Descending,Descending,Ascending',
SortBy: 'PremiereDate,ProductionYear,SortName'
}, {
shape: 'overflowPortrait',
@ -195,7 +195,7 @@ function renderSection(item, element, type) {
PersonTypes: '',
ArtistIds: '',
AlbumArtistIds: '',
SortOrder: 'Descending,Desending,Ascending',
SortOrder: 'Descending,Descending,Ascending',
SortBy: 'PremiereDate,ProductionYear,Sortname'
}, {
shape: 'overflowSquare',