From 1f38ec8c297268fc917f32206ca4da4d813b70b3 Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 27 Nov 2018 22:55:25 -0500 Subject: [PATCH] Fix for typo in missing language validation --- views/movie.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/movie.tpl b/views/movie.tpl index ef66e921e..de6e07957 100644 --- a/views/movie.tpl +++ b/views/movie.tpl @@ -173,9 +173,9 @@ if details[11] is not None: missing_subs_languages = ast.literal_eval(details[11]) else: - missing_subs_langauges = [] + missing_subs_languages = [] end - from get_subtitle import search_active + from get_subtitle import search_active if missing_subs_languages is not None: %>