Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Jan 18, 2025
1 parent e47bd5b commit 782f488
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/api/components_ItemGrid_ItemGrid.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,16 @@
options.views = [{ "Title": tr("Shows"), "Name": "shows" }]
options.sort = [
{ "Title": tr("TITLE"), "Name": "SortName" },
{ "Title": tr("DATE_ADDED"), "Name": "DateCreated" },
{ "Title": tr("DATE_PLAYED"), "Name": "DatePlayed" },
{ "Title": tr("RELEASE_DATE"), "Name": "PremiereDate" },
{ "Title": tr("Random"), "Name": "Random" },
{ "Title": tr("IMDB_RATING"), "Name": "CommunityRating,SortName" },
{ "Title": tr("CRITIC_RATING"), "Name": "CriticRating,SortName" },
{ "Title": tr("DATE_ADDED"), "Name": "DateCreated,SortName" },
{ "Title": tr("DATE_PLAYED"), "Name": "DatePlayed,SortName" },
{ "Title": tr("Folders"), "Name": "IsFolder,SortName" },
{ "Title": tr("OFFICIAL_RATING"), "Name": "OfficialRating,SortName" },
{ "Title": tr("PLAY_COUNT"), "Name": "PlayCount,SortName" },
{ "Title": tr("RELEASE_DATE"), "Name": "ProductionYear,PremiereDate,SortName" },
{ "Title": tr("RUNTIME"), "Name": "Runtime,SortName" }
]
options.filter = [
{ "Title": tr("All"), "Name": "All" },
Expand Down

0 comments on commit 782f488

Please sign in to comment.