mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #38] Docs for get_playlist wrong? #29
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#29
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 @dmwyatt on GitHub (Jul 4, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/38
The docstring for
get_playlistsays it returns a list of playlistItem dictionaries.I'm only get a dictionary back...not wrapped in a list. Is it possible for a
playlistIdto return multipleplaylistItemdictionaries? I don't have enough experience with the API yet to know if it'll ever return a list, but even if it sometimes returns a list and sometimes a dictionary the docstring seems to be incorrect.@sigma67 commented on GitHub (Jul 4, 2020):
The
:returnsstring is wrong, but the return type and example dictionary are correct. Will fix this soon