Added audio to assets

This commit is contained in:
2018-03-11 02:20:30 +01:00
parent 2d88ffd0a8
commit 2f176ee602
2 changed files with 7 additions and 3 deletions

View File

@ -15,7 +15,7 @@ func main() {
defer arn.Node.Close()
for track := range arn.StreamSoundTracks() {
fmt.Println(track.ID, track.Title)
fmt.Println(track.Title)
err := track.Download()
@ -24,8 +24,6 @@ func main() {
continue
}
fmt.Println(track.File)
// Save the file information
track.Save()