Added audio to assets
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user