mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Remove one last duplicated set of prompts
This commit is contained in:
parent
8937eec50a
commit
6afe407f45
1 changed files with 1 additions and 2 deletions
|
|
@ -528,8 +528,7 @@ def choose_candidate(candidates, singleton, rec, cur_artist=None,
|
|||
if not candidates:
|
||||
if singleton:
|
||||
print_(u"No matching recordings found.")
|
||||
opts = (u'Use as-is', u'Skip', u'Enter search', u'enter Id',
|
||||
u'aBort')
|
||||
opts = (u'Use as-is', u'Skip', u'aBort')
|
||||
else:
|
||||
print_(u"No matching release found for {0} tracks."
|
||||
.format(itemcount))
|
||||
|
|
|
|||
Loading…
Reference in a new issue