mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-27 01:57:33 +00:00
Merge branch 'development' of https://github.com/morpheus65535/bazarr into development
This commit is contained in:
commit
8e17e4ee0c
1 changed files with 3 additions and 0 deletions
|
@ -222,6 +222,9 @@ def manual_search(path, language, hi, providers, providers_auth, sceneName, medi
|
||||||
continue
|
continue
|
||||||
if used_sceneName:
|
if used_sceneName:
|
||||||
not_matched.remove('hash')
|
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":
|
elif media_type == "series":
|
||||||
matched = set(s.get_matches(video))
|
matched = set(s.get_matches(video))
|
||||||
if hi == s.hearing_impaired:
|
if hi == s.hearing_impaired:
|
||||||
|
|
Loading…
Reference in a new issue