fix unavailability of 'aBort' at one prompt

This commit is contained in:
Adrian Sampson 2010-09-22 20:06:00 -07:00
parent 86d9d75db4
commit 6352d055ae

View file

@ -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':