From 033e613016c42bd98f8681c26b76078824084f37 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Fri, 3 Oct 2025 14:48:56 -0600 Subject: [PATCH] fix spacing for "finding tags for" prompt --- beets/ui/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index a6fbb3500..b52e965b7 100755 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -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}".' )