genius icon indicating copy to clipboard operation
genius copied to clipboard

Bug with artist types...

Open raydog153 opened this issue 2 years ago • 2 comments

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?

raydog153 avatar Jan 23 '23 17:01 raydog153

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.

raydog153 avatar Jan 23 '23 17:01 raydog153

Thanks for letting me know! Sounds like the API changed. Feel free to submit a PR to fix it.

timrogers avatar Jan 23 '23 17:01 timrogers