From 81f9f52353969718178d216f5bc6a8990c3bf39f Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 5 May 2016 19:22:02 -0700 Subject: [PATCH] Fix double fallback image in current activity --- data/interfaces/default/current_activity.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/current_activity.html b/data/interfaces/default/current_activity.html index ad80b304..675904a5 100644 --- a/data/interfaces/default/current_activity.html +++ b/data/interfaces/default/current_activity.html @@ -76,9 +76,9 @@ DOCUMENTATION :: END
% if not a['art'].startswith('interfaces') or not a['thumb'].startswith('interfaces'): % if (a['media_type'] == 'movie' and not a['indexes']) or (a['indexes'] and not a['view_offset']): -
+
% elif (a['media_type'] == 'episode' and not a['indexes']) or (a['indexes'] and not a['view_offset']): -
+
% elif a['indexes']: % else: