mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix boxsets for dynamic listing
This commit is contained in:
parent
24236b7637
commit
0478894676
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ def get_filtered_section(parent_id, media=None, limit=None, recursive=None, sort
|
|||
'Filters': filters,
|
||||
'ImageTypeLimit': 1,
|
||||
'IsVirtualUnaired': False,
|
||||
'CollapseBoxSetItems': not settings('groupedSets.bool'),
|
||||
'CollapseBoxSetItems': settings('groupedSets.bool'),
|
||||
'Fields': browse_info()
|
||||
}
|
||||
if settings('getCast.bool'):
|
||||
|
|
Loading…
Reference in a new issue