From c975f7f07ce288c2237c125b44096e5824a09577 Mon Sep 17 00:00:00 2001 From: panni Date: Tue, 15 Jan 2019 13:26:26 +0100 Subject: [PATCH] manual_search: compute not_matched after compute_score --- bazarr/get_subtitle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index fb58eadfa..cf07b216e 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -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