From 05f976a4e892092eb8076bbd52d8930ca0133a49 Mon Sep 17 00:00:00 2001 From: itouakirai <85016486+itouakirai@users.noreply.github.com> Date: Sat, 28 Sep 2024 04:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6ttml=E6=AD=8C=E8=AF=8D?= =?UTF-8?q?=E4=B8=8D=E5=86=85=E5=B5=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.go b/main.go index 0440692..05de5ed 100644 --- a/main.go +++ b/main.go @@ -1726,9 +1726,7 @@ func rip(albumId string, token string, storefront string, userToken string) erro if err != nil { fmt.Printf("Failed to write lyrics") } - if !config.EmbedLrc { - lrc = "" - } + lrc = "" } } else { lrc, err = conventTTMLToLRC(ttml)