mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #224] [MERGED] move items in a playlist #1610
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1610
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/aome510/spotify-player/pull/224
Author: @cobbinma
Created: 7/26/2023
Status: ✅ Merged
Merged: 7/30/2023
Merged by: @aome510
Base:
master← Head:feat/197-move-playlist-items📝 Commits (6)
33b61fefeat: 197 move items in a playlistffa6ca9feat: 197 use commands not actions72890b4chore: 197 remove debug log971ad35fix: 197 persist moving playlist items downf0d655arefactor: 197 use any instead of find to check playlistf6143berefactor: 197 move partial eq on track action📊 Changes
6 files changed (+131 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📝
spotify_player/src/client/mod.rs(+57 -0)📝
spotify_player/src/command.rs(+5 -0)📝
spotify_player/src/config/keymap.rs(+8 -0)📝
spotify_player/src/event/mod.rs(+7 -0)📝
spotify_player/src/event/window.rs(+52 -0)📄 Description
add track actions to move items up and down in the current playlist 🎵
closes #197
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.