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:
parent
366395f2a3
commit
0d51412424
4 changed files with 11 additions and 11 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue