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

Merge pull request #2103 from BaronGreenback/FixSeriesInfo

[Fix] Removed SeriesInfo attribute.
This commit is contained in:
dkanada 2020-11-23 17:55:26 +09:00 committed by GitHub
commit efbc2f96da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -338,7 +338,7 @@ function getQuery(options, item) {
SortOrder: 'Ascending',
IncludeItemTypes: '',
Recursive: true,
Fields: 'AudioInfo,SeriesInfo,ParentId,PrimaryImageAspectRatio,BasicSyncInfo',
Fields: 'AudioInfo,ParentId,PrimaryImageAspectRatio,BasicSyncInfo',
Limit: 100,
StartIndex: 0,
CollapseBoxSetItems: false