[PR #1069] [MERGED] Fix unused description parameter in playlist creation example #1152

Closed
opened 2026-02-28 00:03:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/1069
Author: @democat3457
Created: 1/6/2024
Status: Merged
Merged: 5/14/2024
Merged by: @dieser-niko

Base: masterHead: patch-1


📝 Commits (2)

  • e3629cd Use unused description parameter in example
  • d9a5f00 Update CHANGELOG.md

📊 Changes

2 files changed (+4 additions, -1 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 examples/create_playlist.py (+1 -1)

📄 Description

The playlist creation example outlines an optional argument, --description, but that parameter is never used within the script. This PR fixes that by adding the description into the user_playlist_create method call.


🔄 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/spotipy-dev/spotipy/pull/1069 **Author:** [@democat3457](https://github.com/democat3457) **Created:** 1/6/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@dieser-niko](https://github.com/dieser-niko) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`e3629cd`](https://github.com/spotipy-dev/spotipy/commit/e3629cdacbf92be45fd2bbcea43b53e0b6436e29) Use unused description parameter in example - [`d9a5f00`](https://github.com/spotipy-dev/spotipy/commit/d9a5f008ff214ac0a6eab4f19c2922b1282ff27e) Update CHANGELOG.md ### 📊 Changes **2 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `examples/create_playlist.py` (+1 -1) </details> ### 📄 Description The playlist creation example outlines an optional argument, `--description`, but that parameter is never used within the script. This PR fixes that by adding the description into the `user_playlist_create` method call. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:50 +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/spotipy#1152
No description provided.