Skip to content

Bug with artist types... #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
raydog153 opened this issue Jan 23, 2023 · 2 comments
Open

Bug with artist types... #4

raydog153 opened this issue Jan 23, 2023 · 2 comments

Comments

@raydog153
Copy link

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
Copy link
Author

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.

@timrogers
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants