From 7e6e1ca99fca6593ce5885c493f09103c4e3babe Mon Sep 17 00:00:00 2001 From: Halali Date: Wed, 13 Feb 2019 20:18:25 +0100 Subject: [PATCH] Remove minimal score filter for manual search --- bazarr/get_subtitle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index f1fe7ca11..b5e095ac1 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -377,8 +377,8 @@ def manual_search(path, language, hi, providers, providers_auth, sceneName, titl score = compute_score(matches, s, video, hearing_impaired=hi) not_matched = scores - matches s.score = score - if score < min_score: - continue + # if score < min_score: + # continue subtitles_list.append( dict(score=round((score / max_score * 100), 2),