1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update series queries

This commit is contained in:
Luke Pulverenti 2016-08-16 02:13:54 -04:00
parent 366395f2a3
commit 0d51412424
4 changed files with 11 additions and 11 deletions

View file

@ -24,7 +24,7 @@
var options = {
IncludeItemTypes: "Audio",
Limit: itemsPerRow(),
Fields: "PrimaryImageAspectRatio,SyncInfo",
Fields: "PrimaryImageAspectRatio,BasicSyncInfo",
ParentId: parentId,
ImageTypeLimit: 1,
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",