mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #565] Fixing function "limit" argument typing #396
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#396
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 @code-instable on GitHub (Mar 16, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/565
according to the method "get_library_playlists"'s documentation :
however None is not a possible type on that function causing a lot of false error flags in the editors
should be :
same problem with
get_playlistMight also be the case for other methods, fixing it should be easy and improve significantly the experience of using this python library.
Thank you ;)
@sigma67 commented on GitHub (Mar 16, 2024):
PR welcome