-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from Gyarbij/dev
Fixed _get_sp_user_playlists: Updated the function to handle pagination and fetch all playlists, not just the first 50. The changes include: Added a while loop to fetch all playlists by checking if there's a next value in the response. Updated the assignment of sp_playlists inside the loop to fetch the next set of playlists if available, otherwise, set it to None.
- Loading branch information
Showing
1 changed file
with
16 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters