Private GIT

Skip to content
Snippets Groups Projects
Commit 885ef128 authored by echel0n's avatar echel0n
Browse files

Fix for sickragetv/sickrage-issues#237

parent d5f7a071
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@
#if $sickbeard.USE_SUBTITLES and $show.subtitles:
<td class="col-subtitles" align="center">
#if $epResult["subtitles"]:
#for $sub_lang in subliminal.language.language_list($epResult["subtitles"].split(',')):
#for $sub_lang in subliminal.language.language_list([x.strip() for x in $epResult["subtitles"].split(',')]):
#if sub_lang.alpha2 != ""
<img src="$sbRoot/images/flags/${sub_lang.alpha2}.png" width="16" height="11" alt="${sub_lang}" />
#end if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment