Skip to content

Commit

Permalink
Merge pull request #4886 from bradbeattie/patch-2
Browse files Browse the repository at this point in the history
Change child item sort for Movies to PremiereDate
  • Loading branch information
thornbill authored Oct 18, 2023
2 parents b3558d2 + 5660aa3 commit c62ddf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/scripts/itemsByName.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ function renderSection(item, element, type) {
ArtistIds: '',
AlbumArtistIds: '',
Limit: 10,
SortBy: 'SortName'
SortOrder: 'Descending,Desending,Ascending',
SortBy: 'PremiereDate,ProductionYear,SortName'
}, {
shape: 'overflowPortrait',
showTitle: true,
Expand Down Expand Up @@ -194,7 +195,7 @@ function renderSection(item, element, type) {
PersonTypes: '',
ArtistIds: '',
AlbumArtistIds: '',
SortOrder: 'Descending',
SortOrder: 'Descending,Desending,Ascending',
SortBy: 'PremiereDate,ProductionYear,Sortname'
}, {
shape: 'overflowSquare',
Expand Down

0 comments on commit c62ddf4

Please sign in to comment.