Skip to content
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

API not being attached correctly in GetListMembers call #38

Open
shahzilabid opened this issue Dec 23, 2019 · 0 comments
Open

API not being attached correctly in GetListMembers call #38

shahzilabid opened this issue Dec 23, 2019 · 0 comments

Comments

@shahzilabid
Copy link

https://github.com/hanzoai/gochimp3/blob/master/members.go#L110

api will be nil in the returned list given this logic. Logic should be:

for idx := 0; idx < len(response.Members); idx++ { v := response.Members[idx] v.api = list.api response.Members[idx] = v }

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

1 participant