Fix get_subtitle_sources function

This commit is contained in:
James Taylor 2019-06-21 21:59:50 -07:00
parent 02962df052
commit 05de304548

View File

@ -82,7 +82,7 @@ def get_subtitle_sources(info):
default_found = True
default = source
else:
result.append(source)
sources.append(source)
break
# Put it at the end to avoid browser bug when there are too many languages