Merge pull request #277 from ttshivers/fix_collections
fix(library): remove collections from lists
This commit is contained in:
commit
df5cf321ef
|
@ -317,7 +317,7 @@ export default {
|
|||
'X-Plex-Container-Start': start,
|
||||
'X-Plex-Container-Size': size,
|
||||
...(sort && { sort }),
|
||||
includeCollections: 1,
|
||||
includeCollections: 0,
|
||||
includeAdvanced: 1,
|
||||
includeMeta: 1,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue