From 8896cb7d09ae5f76797a89d21e0fbf50bcb7467c Mon Sep 17 00:00:00 2001 From: acute_interpreter_panic <223899499+acute-interpreter-panic@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:12:47 +0200 Subject: [PATCH] string --- internal/common/strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/common/strings.go b/internal/common/strings.go index 11a45d7..42eae54 100644 --- a/internal/common/strings.go +++ b/internal/common/strings.go @@ -99,7 +99,7 @@ func CleanSongTitle(title string, artistName string) string { if c == open { s = i } else if c == rune(close) { - e := i + e = i } }