delete addcodec
This commit is contained in:
parent
211acf690b
commit
30d4de187d
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)
|
fmt.Println("Failed to extract quality from manifest.\n", err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if config.AddCodec{
|
|
||||||
Quality=fmt.Sprintf("ALAC %s", Quality)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
songName := strings.NewReplacer(
|
songName := strings.NewReplacer(
|
||||||
"{SongId}", track.ID,
|
"{SongId}", track.ID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user