diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 9eaca0882..a8f8b3294 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -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':