fix spacing for "finding tags for" prompt (#6067)

This commit is contained in:
J0J0 Todos 2025-10-04 01:06:56 +02:00 committed by GitHub
commit 347802afea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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