From fcf773d2dcce798345cdd37ed9d621948740d1ef Mon Sep 17 00:00:00 2001 From: Brad Beattie Date: Mon, 16 Oct 2023 11:21:56 -0700 Subject: [PATCH] Movies sorted primarily by PremiereDate --- src/scripts/itemsByName.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scripts/itemsByName.js b/src/scripts/itemsByName.js index b0ead111d..6c1511477 100644 --- a/src/scripts/itemsByName.js +++ b/src/scripts/itemsByName.js @@ -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,