guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

Add label to album object #186

Closed verlinden closed 5 years ago

verlinden commented 5 years ago

Added the label key on the album object, see https://developer.spotify.com/documentation/web-api/reference/albums/get-album/

guilhermesad commented 5 years ago

@verlinden thanks! The change is crashing one of the test cases though, could you please fix that?

verlinden commented 5 years ago

@guilhermesad I do not have any experience with the VCR gem, I think it will be easier for you to fix :) Thanks.

guilhermesad commented 5 years ago

ok cool, to avoid breaking the build I've made everything in a separate commit: 68ab6d3c72a4f29228b908e209d9618d700bcfcc. I've also added the missing documentation. Thanks for flagging this!