[PR #15] [MERGED] Fix missing 'enableWatchFeedEntrypoint' parameter in get_playlist_info method #40

Closed
opened 2026-02-27 19:06:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aran404/SpotAPI/pull/15
Author: @Leogendra
Created: 1/27/2025
Status: Merged
Merged: 1/28/2025
Merged by: @Aran404

Base: mainHead: fix-enable-watch-feed


📝 Commits (1)

  • 5d4d592 Fix: Add 'enableWatchFeedEntrypoint' parameter to PublicPlaylist.get_playlist_info

📊 Changes

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

View changed files

📝 spotapi/playlist.py (+2 -1)

📄 Description

Problem

The get_playlist_info method was causing a ValidationError due to a missing 'enableWatchFeedEntrypoint' parameter.
Fixes #14

Solution

  • Added the parameter 'enableWatchFeedEntrypoint' with a default value (False).
  • Updated the API request to include this parameter.
  • Tested locally and verified the API returns expected results.

Impact

No breaking changes; the fix ensures the method works as intended.


🔄 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/Aran404/SpotAPI/pull/15 **Author:** [@Leogendra](https://github.com/Leogendra) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@Aran404](https://github.com/Aran404) **Base:** `main` ← **Head:** `fix-enable-watch-feed` --- ### 📝 Commits (1) - [`5d4d592`](https://github.com/Aran404/SpotAPI/commit/5d4d5928e052aced22c7077fd14a6804279f5486) Fix: Add 'enableWatchFeedEntrypoint' parameter to PublicPlaylist.get_playlist_info ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `spotapi/playlist.py` (+2 -1) </details> ### 📄 Description ### Problem The `get_playlist_info` method was causing a `ValidationError` due to a missing 'enableWatchFeedEntrypoint' parameter. Fixes #14 ### Solution - Added the parameter 'enableWatchFeedEntrypoint' with a default value (False). - Updated the API request to include this parameter. - Tested locally and verified the API returns expected results. ### Impact No breaking changes; the fix ensures the method works as intended. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:06:36 +03:00
kerem changed title from [PR #15] [MERGED] Fix missing 'enableWatchFeedEntrypoint' parameter in get_playlist_info method to [PR #15] Fix missing 'enableWatchFeedEntrypoint' parameter in get_playlist_info method 2026-03-07 19:38:09 +03:00
kerem changed title from [PR #15] Fix missing 'enableWatchFeedEntrypoint' parameter in get_playlist_info method to [PR #15] [MERGED] Fix missing 'enableWatchFeedEntrypoint' parameter in get_playlist_info method 2026-03-14 20:22:46 +03:00
Sign in to join this conversation.
No labels
pull-request
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/SpotAPI#40
No description provided.