mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update itembynamedetailpage.js
Removed SeriesInfo
This commit is contained in:
parent
da644802ab
commit
2402f26f45
1 changed files with 1 additions and 1 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