From e8e5a0b5fff0768519e98f131b25bd8dd083314c Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 14 Aug 2015 00:20:30 +0200 Subject: [PATCH] Fix home stats not displaying even if non-TV items have been logged. --- data/interfaces/default/home_stats.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html index c943232d..cbe65541 100644 --- a/data/interfaces/default/home_stats.html +++ b/data/interfaces/default/home_stats.html @@ -39,11 +39,11 @@ platform_type Returns the platform name for the associated stat. DOCUMENTATION :: END -% if data != None: -% if data[0]['rows']: +% if data: +% if data[0]['rows'] or data[2]['rows']: