Movies sorted primarily by PremiereDate

This commit is contained in:
Brad Beattie
2023-10-16 11:21:56 -07:00
committed by GitHub
parent 5bc595dc87
commit fcf773d2dc
+2 -1
View File
@@ -125,7 +125,8 @@ function renderSection(item, element, type) {
ArtistIds: '',
AlbumArtistIds: '',
Limit: 10,
SortBy: 'SortName'
SortOrder: 'Descending',
SortBy: 'PremiereDate,ProductionYear,Sortname'
}, {
shape: 'overflowPortrait',
showTitle: true,