1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4886 from bradbeattie/patch-2

Change child item sort for Movies to PremiereDate
This commit is contained in:
Bill Thornton 2023-10-18 13:11:24 -04:00 committed by GitHub
commit c62ddf4583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,8 @@ function renderSection(item, element, type) {
ArtistIds: '', ArtistIds: '',
AlbumArtistIds: '', AlbumArtistIds: '',
Limit: 10, Limit: 10,
SortBy: 'SortName' SortOrder: 'Descending,Desending,Ascending',
SortBy: 'PremiereDate,ProductionYear,SortName'
}, { }, {
shape: 'overflowPortrait', shape: 'overflowPortrait',
showTitle: true, showTitle: true,
@ -194,7 +195,7 @@ function renderSection(item, element, type) {
PersonTypes: '', PersonTypes: '',
ArtistIds: '', ArtistIds: '',
AlbumArtistIds: '', AlbumArtistIds: '',
SortOrder: 'Descending', SortOrder: 'Descending,Desending,Ascending',
SortBy: 'PremiereDate,ProductionYear,Sortname' SortBy: 'PremiereDate,ProductionYear,Sortname'
}, { }, {
shape: 'overflowSquare', shape: 'overflowSquare',