mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Fix watch stats not showing on homepage
This commit is contained in:
parent
60b330573e
commit
3d1a1b5e45
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ DOCUMENTATION :: END
|
||||||
%>
|
%>
|
||||||
|
|
||||||
% if data:
|
% if data:
|
||||||
% if data[0]['rows']:
|
% if data[0]['stat_id']:
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
% for top_stat in data:
|
% for top_stat in data:
|
||||||
% if top_stat['stat_id'] == 'top_tv' and top_stat['rows']:
|
% if top_stat['stat_id'] == 'top_tv' and top_stat['rows']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue