fix spacing for "finding tags for" prompt

This commit is contained in:
MinchinWeb 2025-10-03 14:48:56 -06:00
parent e12020abb8
commit 033e613016

View file

@ -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}".'
)