mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 16:57:45 +08:00
Fix for keep encoding bug.
This commit is contained in:
parent
00f0843ed4
commit
b0e44f82c0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def download_subtitle(path, language, hi, forced, providers, providers_auth, sce
|
||||||
if settings.general.getboolean('utf8_encode'):
|
if settings.general.getboolean('utf8_encode'):
|
||||||
os.environ["SZ_KEEP_ENCODING"] = ""
|
os.environ["SZ_KEEP_ENCODING"] = ""
|
||||||
else:
|
else:
|
||||||
os.environ["SZ_KEEP_ENCODING"] = True
|
os.environ["SZ_KEEP_ENCODING"] = "True"
|
||||||
|
|
||||||
logging.debug('BAZARR Searching subtitles for this file: ' + path)
|
logging.debug('BAZARR Searching subtitles for this file: ' + path)
|
||||||
if hi == "True":
|
if hi == "True":
|
||||||
|
|
Loading…
Reference in a new issue