mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #90] [MERGED] Fix typo in transfer_playback #236
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#236
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/90
Author: @TimotheeGerber
Created: 4/17/2020
Status: ✅ Merged
Merged: 4/17/2020
Merged by: @ramsayleung
Base:
master← Head:fix-transfer-playback📝 Commits (1)
5dd8252Fix typo in transfer_playback📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
src/blocking/client.rs(+1 -1)📝
src/client.rs(+1 -1)📄 Description
transfer_playbackis throwing a 400 status code error each time I try to use it. The error message is: "Required field device_ids missing". In fact, there is a typo in the field name.This PR corrects the typo both in async and blocking clients.
Have a nice day!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.