mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix invalid sort order values
This commit is contained in:
parent
a358d34ea9
commit
1ad7dfb5c0
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ function renderSection(item, element, type) {
|
||||||
ArtistIds: '',
|
ArtistIds: '',
|
||||||
AlbumArtistIds: '',
|
AlbumArtistIds: '',
|
||||||
Limit: 10,
|
Limit: 10,
|
||||||
SortOrder: 'Descending,Desending,Ascending',
|
SortOrder: 'Descending,Descending,Ascending',
|
||||||
SortBy: 'PremiereDate,ProductionYear,SortName'
|
SortBy: 'PremiereDate,ProductionYear,SortName'
|
||||||
}, {
|
}, {
|
||||||
shape: 'overflowPortrait',
|
shape: 'overflowPortrait',
|
||||||
|
@ -195,7 +195,7 @@ function renderSection(item, element, type) {
|
||||||
PersonTypes: '',
|
PersonTypes: '',
|
||||||
ArtistIds: '',
|
ArtistIds: '',
|
||||||
AlbumArtistIds: '',
|
AlbumArtistIds: '',
|
||||||
SortOrder: 'Descending,Desending,Ascending',
|
SortOrder: 'Descending,Descending,Ascending',
|
||||||
SortBy: 'PremiereDate,ProductionYear,Sortname'
|
SortBy: 'PremiereDate,ProductionYear,Sortname'
|
||||||
}, {
|
}, {
|
||||||
shape: 'overflowSquare',
|
shape: 'overflowSquare',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue