Skip to content

Commit 90120e4

Browse files
Merge branch 'master' into discogs-anv-support
2 parents ed73903 + 347802a commit 90120e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beets/ui/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def choose_candidate(
904904
# Display list of candidates.
905905
print_("")
906906
print_(
907-
f"Finding tags for {'track' if singleton else 'album'}"
907+
f"Finding tags for {'track' if singleton else 'album'} "
908908
f'"{item.artist if singleton else cur_artist} -'
909909
f' {item.title if singleton else cur_album}".'
910910
)

0 commit comments

Comments
 (0)