mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-27 01:57:33 +00:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
c39f0bd339
1 changed files with 2 additions and 2 deletions
|
@ -377,8 +377,8 @@ def manual_search(path, language, hi, providers, providers_auth, sceneName, titl
|
||||||
score = compute_score(matches, s, video, hearing_impaired=hi)
|
score = compute_score(matches, s, video, hearing_impaired=hi)
|
||||||
not_matched = scores - matches
|
not_matched = scores - matches
|
||||||
s.score = score
|
s.score = score
|
||||||
if score < min_score:
|
# if score < min_score:
|
||||||
continue
|
# continue
|
||||||
|
|
||||||
subtitles_list.append(
|
subtitles_list.append(
|
||||||
dict(score=round((score / max_score * 100), 2),
|
dict(score=round((score / max_score * 100), 2),
|
||||||
|
|
Loading…
Reference in a new issue