manual_search: compute not_matched after compute_score

This commit is contained in:
panni 2019-01-15 13:26:26 +01:00
parent 27b879a04c
commit c975f7f07c

View file

@ -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