diff --git a/data/interfaces/default/home_stats.html b/data/interfaces/default/home_stats.html index 1cc8a463..81be53df 100644 --- a/data/interfaces/default/home_stats.html +++ b/data/interfaces/default/home_stats.html @@ -88,11 +88,11 @@ DOCUMENTATION :: END % if stat_id in ('top_music', 'popular_music'):
% endif - <% type = 'cover' if stat_id in ('top_music', 'popular_music') else 'poster' %> + <% height, type = ('300', 'cover') if stat_id in ('top_music', 'popular_music') else ('450', 'poster') %> <% href = 'info?rating_key={}'.format(row0['rating_key']) if row0['rating_key'] else '#' %> % if row0['thumb']: - + % else: % endif