From d83f6f35f00afe87f0960e5dc2f5e41e0612d5f7 Mon Sep 17 00:00:00 2001 From: itouakirai <85016486+itouakirai@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:21:20 +0800 Subject: [PATCH] Update main_atmos.go --- main_atmos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_atmos.go b/main_atmos.go index 09de4c4..5fc08fd 100644 --- a/main_atmos.go +++ b/main_atmos.go @@ -1161,7 +1161,7 @@ func rip(albumId string, token string, storefront string, userToken string) erro continue } var lrc string = "" - if userToken != "" && (config.EmbedLrc || config.SaveLrcFile) { + if userToken != "your-media-user-token" && (config.EmbedLrc || config.SaveLrcFile) { ttml, err := getSongLyrics(track.ID, storefront, token, userToken) if err != nil { fmt.Println("Failed to get lyrics")