From f47f1074337f90c82e57af25ec05220f844147b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 27 Mar 2019 06:29:11 -0400 Subject: [PATCH] Fix for #368. --- views/historymovies.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/historymovies.tpl b/views/historymovies.tpl index 28459c629..13a69d0b1 100644 --- a/views/historymovies.tpl +++ b/views/historymovies.tpl @@ -87,7 +87,7 @@ % upgradable_criteria = (row[5], row[2], row[8]) % if upgradable_criteria in upgradable_movies: - % if row[7] in ast.literal_eval(str(row[6])): + % if row[7] and row[7] in ast.literal_eval(str(row[6])):
{{row[3]}}