mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #944 - Add card views
This commit is contained in:
parent
a1535a341b
commit
c6064c9e96
27 changed files with 321 additions and 69 deletions
|
@ -10,7 +10,7 @@
|
|||
var options = {
|
||||
|
||||
IncludeItemTypes: "Game",
|
||||
Limit: 8,
|
||||
Limit: 18,
|
||||
Fields: "PrimaryImageAspectRatio",
|
||||
ParentId: parentId
|
||||
};
|
||||
|
@ -33,7 +33,7 @@
|
|||
SortBy: "DatePlayed",
|
||||
SortOrder: "Descending",
|
||||
MediaTypes: "Game",
|
||||
Limit: 8,
|
||||
Limit: 18,
|
||||
Recursive: true,
|
||||
Filters: "IsPlayed",
|
||||
Fields: "ItemCounts,AudioInfo,PrimaryImageAspectRatio",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue