mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Default to show all cards until the user disables them.
This commit is contained in:
parent
d61e699dc9
commit
de4d8fb277
6 changed files with 18 additions and 10 deletions
|
@ -136,10 +136,9 @@ class DataFactory(object):
|
|||
|
||||
sort_type = 'total_plays' if stats_type == '0' else 'total_duration'
|
||||
|
||||
stats_queries = stats_cards.split(', ')
|
||||
home_stats = []
|
||||
|
||||
for stat in stats_queries:
|
||||
for stat in stats_cards:
|
||||
if 'top_tv' in stat:
|
||||
top_tv = []
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue