Merge branch 'master' into discogs-anv-support

This commit is contained in:
henry 2025-10-04 12:00:51 -07:00 committed by GitHub
commit 90120e451d
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. # 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}".'
) )