Add library is_active to database

This commit is contained in:
JonnyWong16 2020-04-10 00:12:38 -07:00
commit 198e7767dc
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 21 additions and 2 deletions

View file

@ -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':