[PR #602] [MERGED] edit_playlist(): Allow moving title to bottom of playlist #668

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

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/602
Author: @AltoRetrato
Created: 6/16/2024
Status: Merged
Merged: 6/17/2024
Merged by: @sigma67

Base: mainHead: main


📝 Commits (6)

  • fafe066 Allow moving title to bottom of playlist
  • a69a20d test_edit_playlist fixed & extended
  • 3423c6b add labeled coverage workflow run for external PRs
  • 68c5ab8 add labeled coverage workflow run for external PRs
  • 3b6a9a3 add labeled coverage workflow run for external PRs
  • a9c0012 add another pr target workflow

📊 Changes

4 files changed (+68 additions, -15 deletions)

View changed files

.github/workflows/coverage-pr.yml (+47 -0)
📝 .github/workflows/coverage.yml (+1 -3)
📝 tests/mixins/test_playlists.py (+12 -4)
📝 ytmusicapi/mixins/playlists.py (+8 -8)

📄 Description

Patch to allow edit_playlist() to move a title to the end of a playlist. See #601.


🔄 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/602 **Author:** [@AltoRetrato](https://github.com/AltoRetrato) **Created:** 6/16/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`fafe066`](https://github.com/sigma67/ytmusicapi/commit/fafe066ba65d2cb07c3dfc5de96e6b51c1a9c833) Allow moving title to bottom of playlist - [`a69a20d`](https://github.com/sigma67/ytmusicapi/commit/a69a20df8569e3027290f742a0940b61a95b879e) test_edit_playlist fixed & extended - [`3423c6b`](https://github.com/sigma67/ytmusicapi/commit/3423c6b8b624db21b96722e5b3ee54b5e45524d4) add labeled coverage workflow run for external PRs - [`68c5ab8`](https://github.com/sigma67/ytmusicapi/commit/68c5ab806cf8a0e2cc91fefbc05f83dda8f3068b) add labeled coverage workflow run for external PRs - [`3b6a9a3`](https://github.com/sigma67/ytmusicapi/commit/3b6a9a3a443d3649a63e71be2d7e41080736c18e) add labeled coverage workflow run for external PRs - [`a9c0012`](https://github.com/sigma67/ytmusicapi/commit/a9c00120449dc8dd64ef67c539ec3a775362f489) add another pr target workflow ### 📊 Changes **4 files changed** (+68 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/coverage-pr.yml` (+47 -0) 📝 `.github/workflows/coverage.yml` (+1 -3) 📝 `tests/mixins/test_playlists.py` (+12 -4) 📝 `ytmusicapi/mixins/playlists.py` (+8 -8) </details> ### 📄 Description Patch to allow `edit_playlist()` to move a title to the end of a playlist. See #601. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:55 +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#668
No description provided.