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:
commit
efbc2f96da
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue