mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
delete addcodec
This commit is contained in:
3
main.go
3
main.go
@@ -1273,9 +1273,6 @@ func rip(albumId string, token string, storefront string, userToken string) erro
|
||||
fmt.Println("Failed to extract quality from manifest.\n", err)
|
||||
continue
|
||||
}
|
||||
if config.AddCodec{
|
||||
Quality=fmt.Sprintf("ALAC %s", Quality)
|
||||
}
|
||||
}
|
||||
songName := strings.NewReplacer(
|
||||
"{SongId}", track.ID,
|
||||
|
||||
Reference in New Issue
Block a user