Update main_atmos.go

pull/14/head
itouakirai 5 months ago committed by GitHub
parent 46e2f388bf
commit d83f6f35f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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")

Loading…
Cancel
Save