progress -- change get to search for lrclib
This commit is contained in:
@@ -55,7 +55,7 @@ class TrackMatcher:
|
||||
best_match = candidate
|
||||
|
||||
# Return the match only if it meets the threshold
|
||||
return (best_match, best_score) if best_score >= self.threshold else None
|
||||
return (best_match, round(best_score, 2)) if best_score >= self.threshold else None
|
||||
|
||||
def _normalize_string(self, text: str) -> str:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user