add save playlist feature

This commit is contained in:
XenGi 2024-04-18 15:06:12 +02:00
parent 26f230e039
commit cdf12411a2
Signed by: xengi
SSH key fingerprint: SHA256:FGp51kRvGOcWnTHiOI39ImwVO4A3fpvR30nPX3LpV7g
4 changed files with 30 additions and 7 deletions

View file

@ -48,7 +48,7 @@
- [x] Show current playlists
- [x] `Replace` current queue with playlist button
- [x] `Attach` playlist to current queue button
- [ ] `Save` current queue as playlist button
- [x] `Save` current queue as playlist button
- [x] Show dialog
- [x] `Delete` selected playlist button
@ -81,8 +81,6 @@
- [x] GET `/api/queue/attach/:playlist_name`
- [ ] `/api/list_database/:path`
- [x] GET `/api/playlists`
- [x] POST `/api/playlists/:name`
- [x] GET `/api/playlists/:name`
- [x] DELETE `/api/playlists/:name`
- [ ] `/api/save_playlist`
- [ ] `/api/delete_playlist`