mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Add blank keys to top_libraries stats
This commit is contained in:
parent
e4bf0fb1c1
commit
a1e0b2483d
1 changed files with 9 additions and 1 deletions
|
@ -933,7 +933,15 @@ class DataFactory(object):
|
|||
'section_id': item['section_id'],
|
||||
'last_play': '',
|
||||
'thumb': library_thumb,
|
||||
'art': library_art
|
||||
'grandparent_thumb': '',
|
||||
'art': library_art,
|
||||
'user': '',
|
||||
'friendly_name': '',
|
||||
'users_watched': '',
|
||||
'rating_key': '',
|
||||
'title': '',
|
||||
'platform': '',
|
||||
'row_id': ''
|
||||
}
|
||||
|
||||
top_libraries.append(row)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue