mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
Revert "Don't bypass candidate selection in timid mode. Always show all candidates."
This reverts commit b02974f68f.
This commit is contained in:
parent
ea1becfea1
commit
5ce996df0d
2 changed files with 1 additions and 2 deletions
|
|
@ -466,7 +466,7 @@ def choose_candidate(candidates, singleton, rec, cur_artist=None,
|
|||
|
||||
# Is the change good enough?
|
||||
bypass_candidates = False
|
||||
if rec != recommendation.none and not config['import']['timid']:
|
||||
if rec != recommendation.none:
|
||||
match = candidates[0]
|
||||
bypass_candidates = True
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@ Changelog
|
|||
together for better readability.
|
||||
* Don't show potential matches that have specific penalties applied, as
|
||||
configured by the :ref:`ignored` setting.
|
||||
* Don't bypass candidate selection in timid mode. Always show all candidates.
|
||||
|
||||
* Improve calculation of similarity score and recommendation:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue