adjustment to not print description

This commit is contained in:
Paul Wilde 2021-05-26 12:51:22 +01:00
parent 4d82530fd7
commit 58a1329485

View file

@ -189,7 +189,6 @@ func downloadMp3(url string, file string) bool {
}
func addId3(artist string, item Item, file string) {
fmt.Printf("Saving ID3 to %s\r\n",file)
fmt.Printf("%v\r\n",item)
mp3File, err := id3.Open(file)
if err != nil {
log.Fatal(err)