[PR #39] [MERGED] Fix de-serialization panics for null values #199

Closed
opened 2026-02-27 20:23:44 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • f72d1de update webbrowser crate
  • 3f7a8b3 fields 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/39 **Author:** [@hrkfdn](https://github.com/hrkfdn) **Created:** 4/20/2019 **Status:** ✅ Merged **Merged:** 4/20/2019 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`f72d1de`](https://github.com/ramsayleung/rspotify/commit/f72d1deed90df3bfc19b2c1dd9da95e25d3e61c5) update webbrowser crate - [`3f7a8b3`](https://github.com/ramsayleung/rspotify/commit/3f7a8b3f6a311f44ea9a2fa566aadc7e326ad085) fields can be null for local tracks, adapt structures for such cases ### 📊 Changes **4 files changed** (+19 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:23:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#199
No description provided.