zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.34k stars 284 forks source link

Add track type in Track struct #156

Closed victorneuret closed 3 years ago

victorneuret commented 3 years ago

Add a missing json field in the SimpleTrack struct https://developer.spotify.com/documentation/web-api/reference/#object-trackobject

strideynet commented 3 years ago

Many thanks for this pull request.