mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
Added a terminal bell if interaction from the user is required
This commit is contained in:
parent
920784a42d
commit
2fbc7f0e70
1 changed files with 2 additions and 0 deletions
|
|
@ -823,6 +823,8 @@ class TerminalImportSession(importer.ImportSession):
|
|||
Returns a list of `PromptChoice`s.
|
||||
"""
|
||||
# Standard, built-in choices.
|
||||
#Bell ring to alert the user that he has to interfere with the cmd
|
||||
print('\a')
|
||||
choices = [
|
||||
PromptChoice(u's', u'Skip',
|
||||
lambda s, t: importer.action.SKIP),
|
||||
|
|
|
|||
Loading…
Reference in a new issue