Add library is_active to database

This commit is contained in:
JonnyWong16
2020-04-10 00:12:38 -07:00
parent aa31bf1a19
commit 198e7767dc
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':