Skip to content

Commit

Permalink
Add missing EMBEDDED_SUBTITLES_ALL setting in subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Jul 6, 2016
1 parent b980026 commit 7b24c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def subtitles_download_in_pp(): # pylint: disable=too-many-locals, too-many-bra

release_name = os.path.splitext(filename)[0]
found_subtitles = download_best_subs(video_path, root, release_name, languages, subtitles=False,
embedded_subtitles=False, provider_pool=pool)
embedded_subtitles=bool(not sickbeard.EMBEDDED_SUBTITLES_ALL), provider_pool=pool)
downloaded_languages = {s.language.opensubtitles for s in found_subtitles}

# Don't run post processor unless at least one file has all of the needed subtitles
Expand Down

0 comments on commit 7b24c03

Please sign in to comment.