mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Movies sorted primarily by PremiereDate
This commit is contained in:
parent
5bc595dc87
commit
fcf773d2dc
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue