mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-27 01:57:33 +00:00
Continuing development.
This commit is contained in:
parent
00e554e43a
commit
01f08f861f
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ def series_download_subtitles(no):
|
||||||
result = download_subtitle(path_replace(episode.path),
|
result = download_subtitle(path_replace(episode.path),
|
||||||
str(alpha3_from_alpha2(language.split(':'))),
|
str(alpha3_from_alpha2(language.split(':'))),
|
||||||
series_details.hearing_impaired,
|
series_details.hearing_impaired,
|
||||||
True if len(language.split(':')) > 1 else False,
|
"True" if len(language.split(':')) > 1 else "False",
|
||||||
providers_list,
|
providers_list,
|
||||||
providers_auth,
|
providers_auth,
|
||||||
str(episode.scene_name),
|
str(episode.scene_name),
|
||||||
|
|
Loading…
Reference in a new issue