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:
commit
c62ddf4583
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
@ -194,7 +195,7 @@ function renderSection(item, element, type) {
|
|||
PersonTypes: '',
|
||||
ArtistIds: '',
|
||||
AlbumArtistIds: '',
|
||||
SortOrder: 'Descending',
|
||||
SortOrder: 'Descending,Desending,Ascending',
|
||||
SortBy: 'PremiereDate,ProductionYear,Sortname'
|
||||
}, {
|
||||
shape: 'overflowSquare',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue