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
|
@ -9,7 +9,7 @@
|
|||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: "Series",
|
||||
Recursive: true,
|
||||
Fields: "SeriesInfo,ItemCounts,DateCreated",
|
||||
Fields: "SeriesInfo,DateCreated",
|
||||
StartIndex: 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue