From 01f08f861f734a5a85677b498d39f503be9048e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 15 Aug 2019 22:14:03 -0400 Subject: [PATCH] Continuing development. --- bazarr/get_subtitle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),