mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
fix unavailability of 'aBort' at one prompt
This commit is contained in:
parent
86d9d75db4
commit
6352d055ae
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ def choose_match(path, items, cur_artist, cur_album, candidates,
|
|||
print_("No match found for:", path)
|
||||
sel = ui.input_options(
|
||||
"[U]se as-is, Skip, Enter manual search, or aBort?",
|
||||
('u', 's', 'e'), 'u',
|
||||
('u', 's', 'e', 'b'), 'u',
|
||||
'Enter U, S, E, or B:'
|
||||
)
|
||||
if sel == 'u':
|
||||
|
|
|
|||
Loading…
Reference in a new issue