mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 04:22:40 +01:00
fix manual search for singletons
This commit is contained in:
parent
2e0f33d924
commit
1f67dcd673
1 changed files with 2 additions and 2 deletions
|
|
@ -385,8 +385,8 @@ def choose_item(task, config):
|
|||
elif choice == importer.action.MANUAL:
|
||||
# Continue in the loop with a new set of candidates.
|
||||
search_artist, search_title = manual_search(False)
|
||||
candidates, rec = autotag.tag_item(task.item, search_artist,
|
||||
search_title)
|
||||
candidates, rec = autotag.tag_item(task.item, config.timid,
|
||||
search_artist, search_title)
|
||||
else:
|
||||
# Chose a candidate.
|
||||
assert not isinstance(choice, importer.action)
|
||||
|
|
|
|||
Loading…
Reference in a new issue