adjustment to not print description
This commit is contained in:
parent
4d82530fd7
commit
58a1329485
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ func downloadMp3(url string, file string) bool {
|
||||||
}
|
}
|
||||||
func addId3(artist string, item Item, file string) {
|
func addId3(artist string, item Item, file string) {
|
||||||
fmt.Printf("Saving ID3 to %s\r\n",file)
|
fmt.Printf("Saving ID3 to %s\r\n",file)
|
||||||
fmt.Printf("%v\r\n",item)
|
|
||||||
mp3File, err := id3.Open(file)
|
mp3File, err := id3.Open(file)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|
Loading…
Reference in a new issue