mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[PR #602] [MERGED] edit_playlist(): Allow moving title to bottom of playlist #668
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#668
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/602
Author: @AltoRetrato
Created: 6/16/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @sigma67
Base:
main← Head:main📝 Commits (6)
fafe066Allow moving title to bottom of playlista69a20dtest_edit_playlist fixed & extended3423c6badd labeled coverage workflow run for external PRs68c5ab8add labeled coverage workflow run for external PRs3b6a9a3add labeled coverage workflow run for external PRsa9c0012add 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.