Fix invalid sort order values

This commit is contained in:
Bill Thornton
2024-05-15 02:39:50 -04:00
parent a358d34ea9
commit 1ad7dfb5c0

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',