mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
parent
dd7b129e21
commit
8e78cfdac7
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ def choose_candidate(candidates, singleton, rec, cur_artist=None,
|
|||
require = True
|
||||
# Bell ring when user interaction is needed.
|
||||
if config['import']['bell']:
|
||||
ui.print_('\a', end='')
|
||||
ui.print_(u'\a', end=u'')
|
||||
sel = ui.input_options((u'Apply', u'More candidates') + choice_opts,
|
||||
require=require, default=default)
|
||||
if sel == u'a':
|
||||
|
|
|
|||
Loading…
Reference in a new issue