Merge pull request #5512 from thornbill/fix-sort-order
This commit is contained in:
@@ -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