mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #384] [MERGED] Update DeviceType to fix json parse error: unknown variant STB #427
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#427
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/384
Author: @dzubybb
Created: 1/17/2023
Status: ✅ Merged
Merged: 1/22/2023
Merged by: @ramsayleung
Base:
master← Head:master📝 Commits (2)
568ecc8Update DeviceType to fix json parse error: unknown variantSTB2b22a3bAdded #384 to changelog.📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
rspotify-model/src/enums/types.rs(+2 -0)📄 Description
Description
Fix json parse error: unknown variant
STBwhen calling device() method.Motivation and Context
Fixes #383
Type of change
Please delete options that are not relevant.
How has this been tested?
I have device with Stb type, calling device() method from spotifyd returns error above. Adding lines from this pull request fixes the error.
Is this change properly documented?
No changes in documentation were made.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.