mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[PR #39] [MERGED] Fix de-serialization panics for null values #199
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#199
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?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/39
Author: @hrkfdn
Created: 4/20/2019
Status: ✅ Merged
Merged: 4/20/2019
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (2)
f72d1deupdate webbrowser crate3f7a8b3fields can be null for local tracks, adapt structures for such cases📊 Changes
4 files changed (+19 additions, -16 deletions)
View changed files
📝
Cargo.toml(+1 -1)📝
src/spotify/model/album.rs(+8 -8)📝
src/spotify/model/artist.rs(+3 -3)📝
src/spotify/model/track.rs(+7 -4)📄 Description
See also: https://github.com/samrayleung/rspotify/issues/37
I have also bumped the webbrowser dependency to allow rspotify to be built for *BSD systems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.