1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-27 18:17:46 +00:00

Continuing development.

This commit is contained in:
Louis Vézina 2019-08-15 22:14:03 -04:00
parent 00e554e43a
commit 01f08f861f

View file

@ -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),