1
0
Fork 0
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:
Luke Pulverenti 2013-09-23 10:26:20 -04:00
parent bf9762b065
commit f11b8f1718
22 changed files with 23 additions and 22 deletions

View file

@ -7,7 +7,7 @@
SortOrder: "Ascending",
IncludeItemTypes: "BoxSet",
Recursive: true,
Fields: "ItemCounts,DateCreated",
Fields: "DateCreated",
StartIndex: 0
};