1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 09:37:25 +00:00

Fix for typo in missing language validation

This commit is contained in:
morpheus65535 2018-11-27 22:55:25 -05:00
parent 797499a92e
commit 1f38ec8c29

View file

@ -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:
%>
<table class="ui very basic single line selectable table">