Fix get_subtitle_sources function
This commit is contained in:
parent
02962df052
commit
05de304548
@ -82,7 +82,7 @@ def get_subtitle_sources(info):
|
|||||||
default_found = True
|
default_found = True
|
||||||
default = source
|
default = source
|
||||||
else:
|
else:
|
||||||
result.append(source)
|
sources.append(source)
|
||||||
break
|
break
|
||||||
|
|
||||||
# Put it at the end to avoid browser bug when there are too many languages
|
# Put it at the end to avoid browser bug when there are too many languages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user