Merge pull request #277 from ttshivers/fix_collections

fix(library): remove collections from lists
This commit is contained in:
Travis Shivers 2020-10-23 21:39:32 -05:00 committed by GitHub
commit df5cf321ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ export default {
'X-Plex-Container-Start': start, 'X-Plex-Container-Start': start,
'X-Plex-Container-Size': size, 'X-Plex-Container-Size': size,
...(sort && { sort }), ...(sort && { sort }),
includeCollections: 1, includeCollections: 0,
includeAdvanced: 1, includeAdvanced: 1,
includeMeta: 1, includeMeta: 1,
}, },