Backport pull request #5512 from jellyfin-web/release-10.9.z
Fix invalid sort order values
Original-merge: 0fcb1ff983
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
ae26c92a38
commit
cb01afce02
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user