mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
link to FAQ on no match (GH-27)
This commit is contained in:
parent
d8776b3ed2
commit
9c05f0ab7b
1 changed files with 2 additions and 0 deletions
|
|
@ -302,6 +302,8 @@ def choose_candidate(candidates, singleton, rec, color, timid,
|
|||
else:
|
||||
print_("No matching release found for {} tracks."
|
||||
.format(itemcount))
|
||||
print_('For help, see: '
|
||||
'https://github.com/sampsyo/beets/wiki/FAQ#wiki-nomatch')
|
||||
opts = ('Use as-is', 'as Tracks', 'Skip', 'Enter search',
|
||||
'enter Id', 'aBort')
|
||||
sel = ui.input_options(opts, color=color)
|
||||
|
|
|
|||
Loading…
Reference in a new issue