mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
fix spacing for "finding tags for" prompt
This commit is contained in:
parent
e12020abb8
commit
033e613016
1 changed files with 1 additions and 1 deletions
|
|
@ -904,7 +904,7 @@ def choose_candidate(
|
|||
# Display list of candidates.
|
||||
print_("")
|
||||
print_(
|
||||
f"Finding tags for {'track' if singleton else 'album'}"
|
||||
f"Finding tags for {'track' if singleton else 'album'} "
|
||||
f'"{item.artist if singleton else cur_artist} -'
|
||||
f' {item.title if singleton else cur_album}".'
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue