mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[GH-ISSUE #486] TrackLink::id can be null #158
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#158
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 @aome510 on GitHub (Aug 1, 2024).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/486
idfield inTrackLinkcan benull.To reproduce, call
Expected response:
Observe that
"id":nullin thelinked_frompayload.Context: I found out this issue when debugging https://github.com/aome510/spotify-player/issues/519
@ramsayleung commented on GitHub (Aug 3, 2024):
I can reproduce this problem with the album id provided above, I've created a PR to fix this issue.
@aome510 commented on GitHub (Aug 24, 2024):
Thanks @ramsayleung!