|
|
@ -173,9 +173,9 @@
|
|
|
|
if details[11] is not None:
|
|
|
|
if details[11] is not None:
|
|
|
|
missing_subs_languages = ast.literal_eval(details[11])
|
|
|
|
missing_subs_languages = ast.literal_eval(details[11])
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
missing_subs_langauges = []
|
|
|
|
missing_subs_languages = []
|
|
|
|
end
|
|
|
|
end
|
|
|
|
from get_subtitle import search_active
|
|
|
|
from get_subtitle import search_active
|
|
|
|
if missing_subs_languages is not None:
|
|
|
|
if missing_subs_languages is not None:
|
|
|
|
%>
|
|
|
|
%>
|
|
|
|
<table class="ui very basic single line selectable table">
|
|
|
|
<table class="ui very basic single line selectable table">
|
|
|
|