Skip to content

Fix missing 'enableWatchFeedEntrypoint' parameter in get_playlist_info method#15

Merged
Aran404 merged 1 commit intoAran404:mainfrom
Leogendra:fix-enable-watch-feed
Jan 28, 2025
Merged

Fix missing 'enableWatchFeedEntrypoint' parameter in get_playlist_info method#15
Aran404 merged 1 commit intoAran404:mainfrom
Leogendra:fix-enable-watch-feed

Conversation

@Leogendra
Copy link
Copy Markdown
Contributor

@Leogendra Leogendra commented Jan 27, 2025

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.

Copy link
Copy Markdown
Owner

@Aran404 Aran404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aran404 Aran404 merged commit e2e3b64 into Aran404:main Jan 28, 2025
@Leogendra Leogendra deleted the fix-enable-watch-feed branch January 28, 2025 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error while using get_playlist_info(): "Variable 'enableWatchFeedEntrypoint' has an invalid value"

2 participants