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: '',
|
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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue