genius
genius copied to clipboard
Bug with artist types...
It looks like there is an issue in song.rb. Looks like the methods featured_artists, producer_artists, and writer_artists all the same instance variable name of @featured_artists. Shouldn't only the method featured_artists use that instance variable name?
Actually digging into this deeper, I get an exception whenever I try to call either producer_artists or writer_artists. It does not look like the API supports those any more...if it ever did.
Thanks for letting me know! Sounds like the API changed. Feel free to submit a PR to fix it.