mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update item queries
This commit is contained in:
parent
45063b063e
commit
7f6b2415fb
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "PrimaryImageAspectRatio,SyncInfo",
|
Fields: "PrimaryImageAspectRatio,SyncInfo",
|
||||||
CollapseBoxSetItems: false,
|
CollapseBoxSetItems: false,
|
||||||
ExcludeLocationTypes: "Virtual"
|
ExcludeLocationTypes: "Virtual",
|
||||||
|
EnableTotalRecordCount: false
|
||||||
};
|
};
|
||||||
|
|
||||||
if (topParentId) {
|
if (topParentId) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue