This commit is contained in:
acute_interpreter_panic
2025-10-10 13:12:47 +02:00
parent c2794367b3
commit 8896cb7d09

View File

@@ -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
}
}