Remove minimal score filter for manual search

This commit is contained in:
Halali 2019-02-13 20:18:25 +01:00
parent 752e4d931e
commit 7e6e1ca99f
1 changed files with 2 additions and 2 deletions

View File

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