mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-27 01:57:33 +00:00
manual_search: compute not_matched after compute_score
This commit is contained in:
parent
27b879a04c
commit
c975f7f07c
1 changed files with 1 additions and 1 deletions
|
@ -367,8 +367,8 @@ def manual_search(path, language, hi, providers, providers_auth, sceneName, titl
|
|||
logging.debug(u"BAZARR Skipping %s, because it doesn't match our series/episode", s)
|
||||
continue
|
||||
|
||||
not_matched = scores - matches
|
||||
score = compute_score(matches, s, video, hearing_impaired=hi)
|
||||
not_matched = scores - matches
|
||||
s.score = score
|
||||
if score < min_score:
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue