diff --git a/components/ItemGrid/ItemGrid.bs b/components/ItemGrid/ItemGrid.bs index 8aba4e330..76f4bbef0 100644 --- a/components/ItemGrid/ItemGrid.bs +++ b/components/ItemGrid/ItemGrid.bs @@ -252,16 +252,17 @@ sub setMoviesOptions(options) { "Title": tr("Genres"), "Name": "Genres" } ] options.sort = [ - { "Title": tr("TITLE"), "Name": "SortName" }, - { "Title": tr("IMDB_RATING"), "Name": "CommunityRating" }, - { "Title": tr("CRITIC_RATING"), "Name": "CriticRating" }, - { "Title": tr("DATE_ADDED"), "Name": "DateCreated" }, - { "Title": tr("DATE_PLAYED"), "Name": "DatePlayed" }, - { "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating" }, - { "Title": tr("PLAY_COUNT"), "Name": "PlayCount" }, - { "Title": tr("RELEASE_DATE"), "Name": "PremiereDate" }, - { "Title": tr("RUNTIME"), "Name": "Runtime" }, + { "Title": tr("TITLE"), "Name": "SortName,ProductionYear" }, { "Title": tr("Random"), "Name": "Random" }, + { "Title": tr("IMDB_RATING"), "Name": "CommunityRating,SortName,ProductionYear" }, + { "Title": tr("CRITIC_RATING"), "Name": "CriticRating,SortName,ProductionYear" }, + { "Title": tr("DATE_ADDED"), "Name": "DateCreated,SortName,ProductionYear" }, + { "Title": tr("DATE_PLAYED"), "Name": "DatePlayed,SortName,ProductionYear" }, + { "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating,SortName,ProductionYear" }, + { "Title": tr("PLAY_COUNT"), "Name": "PlayCount,SortName,ProductionYear" }, + { "Title": tr("RELEASE_DATE"), "Name": "PremiereDate,SortName,ProductionYear" }, + { "Title": tr("RUNTIME"), "Name": "Runtime,SortName,ProductionYear" }, + ] options.filter = [ { "Title": tr("All"), "Name": "All" },