mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #541 - ItemQuery returns incorrect UserData
This commit is contained in:
parent
bf9762b065
commit
f11b8f1718
22 changed files with 23 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
|||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: "Series,Episode",
|
||||
Recursive: true,
|
||||
Fields: "ItemCounts,DateCreated,UserData",
|
||||
Fields: "DateCreated",
|
||||
PersonTypes: "",
|
||||
StartIndex: 0
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue