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

@ -1049,7 +1049,7 @@
_childrenItemsFunction = null;
var fields = "ItemCounts,AudioInfo,PrimaryImageAspectRatio,SyncInfo,CanDelete";
var fields = "ItemCounts,AudioInfo,PrimaryImageAspectRatio,BasicSyncInfo,CanDelete";
var query = {
ParentId: item.Id,