You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
It looks like there is an issue in song.rb. Looks like the methods
featured_artists
,producer_artists
, andwriter_artists
all the same instance variable name of@featured_artists
. Shouldn't only the methodfeatured_artists
use that instance variable name?The text was updated successfully, but these errors were encountered: