mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Add library is_active to database
This commit is contained in:
parent
aa31bf1a19
commit
198e7767dc
3 changed files with 21 additions and 2 deletions
|
@ -2643,7 +2643,8 @@ class PmsConnect(object):
|
|||
'agent': library['agent'],
|
||||
'thumb': library['thumb'],
|
||||
'art': library['art'],
|
||||
'count': children_list['library_count']
|
||||
'count': children_list['library_count'],
|
||||
'is_active': 1
|
||||
}
|
||||
|
||||
if section_type == 'show':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue