mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2265 from MrTimscampi/sort-by-premiere-date
Sort items by premiere date on the details page
(cherry picked from commit 58aa865af0
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
2c230388be
commit
7379822c72
2 changed files with 3 additions and 3 deletions
|
@ -195,7 +195,7 @@ function renderSection(page, item, element, type) {
|
|||
ArtistIds: '',
|
||||
AlbumArtistIds: '',
|
||||
SortOrder: 'Descending',
|
||||
SortBy: 'ProductionYear,Sortname'
|
||||
SortBy: 'PremiereDate,ProductionYear,Sortname'
|
||||
}, {
|
||||
shape: 'overflowSquare',
|
||||
playFromHere: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue