mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
Update main.go
fix
This commit is contained in:
2
main.go
2
main.go
@@ -1153,7 +1153,7 @@ func rip(albumId string, token string, storefront string, userToken string) erro
|
||||
if !samplesOk {
|
||||
continue
|
||||
}
|
||||
// err = decryptSong(info, keys, meta, trackPath, trackNum, trackTotal)
|
||||
err = decryptSong(info, keys, meta, trackPath, trackNum, trackTotal)
|
||||
if err != nil {
|
||||
fmt.Println("Failed to decrypt track.\n", err)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user