[PR #90] [MERGED] Fix typo in transfer_playback #236

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

📋 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: masterHead: fix-transfer-playback


📝 Commits (1)

  • 5dd8252 Fix 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_playback is 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/90 **Author:** [@TimotheeGerber](https://github.com/TimotheeGerber) **Created:** 4/17/2020 **Status:** ✅ Merged **Merged:** 4/17/2020 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `fix-transfer-playback` --- ### 📝 Commits (1) - [`5dd8252`](https://github.com/ramsayleung/rspotify/commit/5dd8252ce18d807c99e73caff6fa5fa7fec25a35) Fix typo in transfer_playback ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/blocking/client.rs` (+1 -1) 📝 `src/client.rs` (+1 -1) </details> ### 📄 Description `transfer_playback` is 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! --- <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:54 +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#236
No description provided.