mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Display smart collection cog icon in collections table
This commit is contained in:
parent
feb8d355c7
commit
cc18b1b177
3 changed files with 14 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue