mirror of
https://github.com/caiocinel/SpotifyPrivateAPI.git
synced 2026-04-26 04:25:55 +03:00
[GH-ISSUE #1] getArtist Discography returns blank album info #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ar3eh on GitHub (Dec 24, 2023).
Original GitHub issue: https://github.com/caiocinel/SpotifyPrivateAPI/issues/1
Getting all the artist information seems to work besides for when I try to get details of the discography.
@caiocinel commented on GitHub (Dec 26, 2023):
Can you provide which id are you trying to get?
@ar3eh commented on GitHub (Dec 26, 2023):
It doesn’t seem to work for with any ID.
Can you give me a snippet/id which works to test?
@caiocinel commented on GitHub (Dec 26, 2023):
Spotify changed API structure, try latest version
@ar3eh commented on GitHub (Dec 26, 2023):
Will do after work, thank you!
@ar3eh commented on GitHub (Dec 27, 2023):
`var artist = await spotify.GetArtist("0NGAZxHanS9e0iNHpR8f2W");
I'm getting blank returned for the "singles"
@caiocinel commented on GitHub (Dec 27, 2023):
Try it
@ar3eh commented on GitHub (Dec 27, 2023):
Works. Foreach wasn't. Thanks