diff --git a/deezspot/deezloader/__init__.py b/deezspot/deezloader/__init__.py index 1b49c77..97928b7 100644 --- a/deezspot/deezloader/__init__.py +++ b/deezspot/deezloader/__init__.py @@ -460,8 +460,8 @@ class DeeLogin: for cand in candidates: title_match = max( - _sim(_remove_parentheses(spo_title), _remove_parentheses(dz_json.get('title', ''))), - _sim(_remove_parentheses(spo_title), _remove_parentheses(dz_json.get('title_short', ''))) + _sim(_remove_parentheses(spo_title), _remove_parentheses(cand.get('title', ''))), + _sim(_remove_parentheses(spo_title), _remove_parentheses(cand.get('title_short', ''))) ) if title_match < 0.90: continue