mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix styling on collection info pages
This commit is contained in:
parent
ebe570d42f
commit
e6d1712afd
4 changed files with 60 additions and 9 deletions
|
@ -2545,7 +2545,7 @@ class PmsConnect(object):
|
|||
children_list.append(children_output)
|
||||
|
||||
output = {'children_count': helpers.cast_to_int(helpers.get_xml_attr(xml_head[0], 'size')),
|
||||
'children_type': helpers.get_xml_attr(xml_head[0], 'viewGroup'),
|
||||
'children_type': helpers.get_xml_attr(xml_head[0], 'viewGroup') or (children_list[0]['media_type'] if children_list else ''),
|
||||
'title': helpers.get_xml_attr(xml_head[0], 'title2'),
|
||||
'children_list': children_list
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue