mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[PR #276] [CLOSED] get_library_playlists: When limit is None, return them all. #591
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#591
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/276
Author: @Auzzy
Created: 5/30/2022
Status: ❌ Closed
Base:
master← Head:retrieve-all-playlists📝 Commits (1)
d36d85dget_library_playlists: When limit is None, return them all.📊 Changes
3 files changed (+15 additions, -3 deletions)
View changed files
📝
tests/test.py(+11 -0)📝
ytmusicapi/continuations.py(+1 -1)📝
ytmusicapi/mixins/library.py(+3 -2)📄 Description
This PR allows the user to pass a limit of
Nonetoget_library_playlistsin order to get back all of their playlists.Addresses #275
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.