mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #176] After adding songs to a playlist: return the new setVideoId for each song #135
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#135
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 @MattC8915 on GitHub (Mar 18, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/176
The setVideoId is helpful information to have.
in
add_playlist_itemsinstead of just returningresponse['status']also include theplaylistEditResultsI would be happy to submit a pull request if you would accept it. But this would break the pattern of only returning STATUS_SUCCEEDED for successful requests...is that acceptable?
@sigma67 commented on GitHub (Mar 18, 2021):
Good point, that could be useful. Feel free to submit a PR. Please also test with source_playlist parameter and multiple videoIds, as well as the dedupe option (duplicates parameter).
@sigma67 commented on GitHub (Mar 25, 2021):
Merged in #180