mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[PR #24] [MERGED] Always try to obtain setVideoId of playlist items #539
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#539
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?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/24
Author: @nforro
Created: 5/18/2020
Status: ✅ Merged
Merged: 5/19/2020
Merged by: @sigma67
Base:
master← Head:collaborative-playlists📝 Commits (1)
c86d4deAlways try to obtain setVideoId of playlist items📊 Changes
2 files changed (+18 additions, -18 deletions)
View changed files
📝
ytmusicapi/parsers.py(+16 -16)📝
ytmusicapi/ytmusic.py(+2 -2)📄 Description
Collaborative playlists allow collaborators to remove items, so the items have
setVideoIdassigned, but the playlists themselves do not appear editable - they are not owned.Make it so that attempt to obtain
setVideoIdis performed also in such cases.Fixes #23.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.