[PR #8] [CLOSED] Update __init__.py #722

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/8
Author: @cory-weiner
Created: 6/21/2014
Status: Closed

Base: masterHead: patch-1


📝 Commits (2)

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 spotipy/__init__.py (+2 -0)

📄 Description

user_playlist() didn't work with starred playlists, which are assigned an ID of 'None'.

Starred playlists use the URI 'users/%s/starred' instead of 'users/%s/playlists/%s'. Adding this fix to support the retrieval of starred playlists.


🔄 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/8 **Author:** [@cory-weiner](https://github.com/cory-weiner) **Created:** 6/21/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`1513246`](https://github.com/spotipy-dev/spotipy/commit/1513246741e9a9d5c8160fda7de7cf6d0e4e9df5) Update __init__.py - [`f8120c0`](https://github.com/spotipy-dev/spotipy/commit/f8120c0bd9779e1e52aed35ebb5c8d98a186f31b) Update __init__.py ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/__init__.py` (+2 -0) </details> ### 📄 Description user_playlist() didn't work with starred playlists, which are assigned an ID of 'None'. Starred playlists use the URI 'users/%s/starred' instead of 'users/%s/playlists/%s'. Adding this fix to support the retrieval of starred playlists. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:01:21 +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#722
No description provided.