Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 0fd3721

Browse files
committed
Update API docs
1 parent ef615c0 commit 0fd3721

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/api/components_ItemGrid_ItemGrid.bs.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,17 @@
254254
{ "Title": tr("Genres"), "Name": "Genres" }
255255
]
256256
options.sort = [
257-
{ "Title": tr("TITLE"), "Name": "SortName" },
258-
{ "Title": tr("IMDB_RATING"), "Name": "CommunityRating" },
259-
{ "Title": tr("CRITIC_RATING"), "Name": "CriticRating" },
260-
{ "Title": tr("DATE_ADDED"), "Name": "DateCreated" },
261-
{ "Title": tr("DATE_PLAYED"), "Name": "DatePlayed" },
262-
{ "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating" },
263-
{ "Title": tr("PLAY_COUNT"), "Name": "PlayCount" },
264-
{ "Title": tr("RELEASE_DATE"), "Name": "PremiereDate" },
265-
{ "Title": tr("RUNTIME"), "Name": "Runtime" },
257+
{ "Title": tr("TITLE"), "Name": "SortName,ProductionYear" },
266258
{ "Title": tr("Random"), "Name": "Random" },
259+
{ "Title": tr("IMDB_RATING"), "Name": "CommunityRating,SortName,ProductionYear" },
260+
{ "Title": tr("CRITIC_RATING"), "Name": "CriticRating,SortName,ProductionYear" },
261+
{ "Title": tr("DATE_ADDED"), "Name": "DateCreated,SortName,ProductionYear" },
262+
{ "Title": tr("DATE_PLAYED"), "Name": "DatePlayed,SortName,ProductionYear" },
263+
{ "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating,SortName,ProductionYear" },
264+
{ "Title": tr("PLAY_COUNT"), "Name": "PlayCount,SortName,ProductionYear" },
265+
{ "Title": tr("RELEASE_DATE"), "Name": "PremiereDate,SortName,ProductionYear" },
266+
{ "Title": tr("RUNTIME"), "Name": "Runtime,SortName,ProductionYear" },
267+
267268
]
268269
options.filter = [
269270
{ "Title": tr("All"), "Name": "All" },

0 commit comments

Comments
 (0)