Skip to content

Commit

Permalink
Fix for #222 that wasn't working for movies.
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Nov 26, 2018
1 parent c1f0bf3 commit 415833a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bazarr/get_subtitle.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ def manual_search(path, language, hi, providers, providers_auth, sceneName, medi
continue
if used_sceneName:
not_matched.remove('hash')
if type(s) is LegendasTVSubtitle:
# The pickle doesn't work very well with RAR (rarfile.RarFile) or ZIP (zipfile.ZipFile)
s.archive.content = None
elif media_type == "series":
matched = set(s.get_matches(video))
if hi == s.hearing_impaired:
Expand Down

0 comments on commit 415833a

Please sign in to comment.