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

@ -404,7 +404,7 @@
SortOrder: "Ascending",
IncludeItemTypes: "",
Recursive: true,
Fields: "ItemCounts,DateCreated,AudioInfo,SeriesInfo,ParentId",
Fields: "DateCreated,AudioInfo,SeriesInfo,ParentId",
Limit: LibraryBrowser.getDefaultPageSize(),
StartIndex: 0
};