zmb3 / spotify

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

Move ReleaseDateTime method to SimpleAlbum struct #102

Closed siku2 closed 4 years ago

siku2 commented 4 years ago

Resolves #101 by moving the ReleaseDateTime method to the SimpleAlbum struct and removing the unnecessary re-declarations of various fields from the FullAlbum struct.

zmb3 commented 4 years ago

Thanks, Simon!