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

Update src/scripts/itemsByName.js

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
This commit is contained in:
Brad Beattie 2023-10-16 13:06:35 -07:00 committed by GitHub
parent 475e6df679
commit 04040e5e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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