[PR #876] [CLOSED] Support votes edit playlist #781

Closed
opened 2026-02-27 23:02:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/876
Author: @aishayacoob
Created: 2/17/2026
Status: Closed

Base: mainHead: support-votes-edit-playlist


📝 Commits (2)

  • 3b7fcf4 Update playlists.py
  • 18b422d Add 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 voting parameter (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.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/876 **Author:** [@aishayacoob](https://github.com/aishayacoob) **Created:** 2/17/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `support-votes-edit-playlist` --- ### 📝 Commits (2) - [`3b7fcf4`](https://github.com/sigma67/ytmusicapi/commit/3b7fcf498fa7315d0545b7dd9bbd561dcbd347cb) Update playlists.py - [`18b422d`](https://github.com/sigma67/ytmusicapi/commit/18b422d36aad18e8ed3c7ff10265869ed1388777) Add support for playlist item voting in edit_playlist ### 📊 Changes **2 files changed** (+14 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+6 -18) 📝 `ytmusicapi/mixins/playlists.py` (+8 -3) </details> ### 📄 Description Adds support for playlist item voting in edit_playlist by introducing an optional `voting` parameter (int | None). Implements ACTION_SET_ALLOW_ITEM_VOTE with itemVotePermission based on observed YouTube Music web payload. The parameter is optional, preserving backward compatibility. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:02:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#781
No description provided.