Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Jul 29, 2020
2 parents 5db71f6 + 499581f commit 05c3f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazarr/get_subtitle.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def manual_upload_subtitle(path, language, forced, title, scene_name, media_type
if os.path.exists(subtitle_path):
os.remove(subtitle_path)

if settings.general.utf8_encode:
if settings.general.getboolean('utf8_encode'):
try:
os.remove(subtitle_path + ".tmp")
except:
Expand Down

0 comments on commit 05c3f63

Please sign in to comment.