Skip to content

Commit

Permalink
Update subtitles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Jul 6, 2016
1 parent 7b24c03 commit 75d4ca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sickbeard/subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,8 @@ 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=bool(not sickbeard.EMBEDDED_SUBTITLES_ALL), 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 75d4ca5

Please sign in to comment.