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