Display smart collection cog icon in collections table

This commit is contained in:
JonnyWong16 2021-04-23 14:56:42 -07:00
parent feb8d355c7
commit cc18b1b177
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 14 additions and 3 deletions

View file

@ -172,6 +172,7 @@ def get_collections(section_id=None):
'art': collection.art,
'childCount': collection.childCount,
'collectionMode': collection_mode,
'collectionPublished': collection.collectionPublished,
'collectionSort': collection_sort,
'contentRating': collection.contentRating,
'guid': collection.guid,
@ -180,6 +181,7 @@ def get_collections(section_id=None):
'maxYear': collection.maxYear,
'minYear': collection.minYear,
'ratingKey': collection.ratingKey,
'smart': collection.smart,
'subtype': collection.subtype,
'summary': collection.summary,
'thumb': collection.thumb,