mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #237] get_library_playlists doesn't include the track count #184
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#184
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 @Auzzy on GitHub (Nov 28, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/237
When calling YTMusic.get_library_playlists(), the list of playlists returned don't include the number of tracks, despite that info appearing in the raw JSON response. The code to extract it already exists in ytmusicapi, but when checking that the field format matches (since it has to be extracted from a string), the parameters to re.search are flipped.
Found in verison 0.19.4.