update docs

This commit is contained in:
XenGi 2024-04-18 14:28:37 +02:00
parent 9248852713
commit 26f230e039
Signed by: xengi
SSH key fingerprint: SHA256:FGp51kRvGOcWnTHiOI39ImwVO4A3fpvR30nPX3LpV7g

View file

@ -50,7 +50,7 @@
- [x] `Attach` playlist to current queue button
- [ ] `Save` current queue as playlist button
- [x] Show dialog
- [ ] `Delete` selected playlist button
- [x] `Delete` selected playlist button
## backend
@ -82,6 +82,7 @@
- [ ] `/api/list_database/:path`
- [x] GET `/api/playlists`
- [x] GET `/api/playlists/:name`
- [x] DELETE `/api/playlists/:name`
- [ ] `/api/save_playlist`
- [ ] `/api/delete_playlist`