mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #303] Proposal: return playlistIds in get_library_albums #237
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#237
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?
Originally created by @zarkdav on GitHub (Oct 3, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/303
Hi,
I wanted to merge the content of a brand account into the main and tried to use
get_library_albumswithrate_playlist, unfortunately the first method was not returningplaylistIdas part of the album dict and the second method was not recognizing thebrowseId.I have written two small modifications to
navigation.pyandparsers/library.pywhich seem to solve this. Should I go ahead and open a pull request?@sigma67 commented on GitHub (Oct 3, 2022):
That seems quite reasonable to implement, thanks for the suggestion. Feel free to submit a PR!
Will need to update the docstrings for the affected functions as well.