diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index 0f512dee4..ea81ce7e1 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -534,7 +534,7 @@ def series_download_subtitles(no): result = download_subtitle(path_replace(episode.path), str(alpha3_from_alpha2(language.split(':'))), series_details.hearing_impaired, - True if len(language.split(':')) > 1 else False, + "True" if len(language.split(':')) > 1 else "False", providers_list, providers_auth, str(episode.scene_name),