mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add library agent to database
This commit is contained in:
parent
16733bbe04
commit
c70cc535e5
3 changed files with 16 additions and 3 deletions
|
@ -2290,6 +2290,7 @@ class PmsConnect(object):
|
|||
libraries_output = {'section_id': helpers.get_xml_attr(result, 'key'),
|
||||
'section_type': helpers.get_xml_attr(result, 'type'),
|
||||
'section_name': helpers.get_xml_attr(result, 'title'),
|
||||
'agent': helpers.get_xml_attr(result, 'agent'),
|
||||
'thumb': helpers.get_xml_attr(result, 'thumb'),
|
||||
'art': helpers.get_xml_attr(result, 'art')
|
||||
}
|
||||
|
@ -2450,6 +2451,7 @@ class PmsConnect(object):
|
|||
library_stats = {'section_id': section_id,
|
||||
'section_name': library['section_name'],
|
||||
'section_type': section_type,
|
||||
'agent': library['agent'],
|
||||
'thumb': library['thumb'],
|
||||
'art': library['art'],
|
||||
'count': children_list['library_count']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue