强制ttml歌词不内嵌

This commit is contained in:
itouakirai
2024-09-28 04:00:23 +08:00
committed by GitHub
parent cc315c593d
commit 05f976a4e8

View File

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