mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[PR #876] [CLOSED] Support votes edit playlist #781
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#781
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/876
Author: @aishayacoob
Created: 2/17/2026
Status: ❌ Closed
Base:
main← Head:support-votes-edit-playlist📝 Commits (2)
3b7fcf4Update playlists.py18b422dAdd support for playlist item voting in edit_playlist📊 Changes
2 files changed (+14 additions, -21 deletions)
View changed files
📝
.gitignore(+6 -18)📝
ytmusicapi/mixins/playlists.py(+8 -3)📄 Description
Adds support for playlist item voting in edit_playlist by introducing
an optional
votingparameter (int | None).Implements ACTION_SET_ALLOW_ITEM_VOTE with itemVotePermission
based on observed YouTube Music web payload.
The parameter is optional, preserving backward compatibility.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.