guilhermesad / rspotify

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

GLM-9684 - Fix Spotify#already_following_playlist #263

Closed SamuelMoreira closed 6 months ago

SamuelMoreira commented 6 months ago

This follows the fix that was implement in here: https://github.com/Crowd9/Gleam/pull/26935

This goes towards the recent (2 weeks ago) changes also made on the original rspotify gem https://github.com/guilhermesad/rspotify/blob/master/lib/rspotify/playlist.rb#L131:L135. It doesn't necessarily fix the main issue, but after fixing the issue on our main Gleam repo, this issue was raised.

And seeing that the gem was updated recently, also makes me wonder if we shouldn't start using again the original gem, instead of the one that we forked to our Crowd9 repos.