update docs
This commit is contained in:
parent
9248852713
commit
26f230e039
3
NOTES.md
3
NOTES.md
|
@ -50,7 +50,7 @@
|
||||||
- [x] `Attach` playlist to current queue button
|
- [x] `Attach` playlist to current queue button
|
||||||
- [ ] `Save` current queue as playlist button
|
- [ ] `Save` current queue as playlist button
|
||||||
- [x] Show dialog
|
- [x] Show dialog
|
||||||
- [ ] `Delete` selected playlist button
|
- [x] `Delete` selected playlist button
|
||||||
|
|
||||||
## backend
|
## backend
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@
|
||||||
- [ ] `/api/list_database/:path`
|
- [ ] `/api/list_database/:path`
|
||||||
- [x] GET `/api/playlists`
|
- [x] GET `/api/playlists`
|
||||||
- [x] GET `/api/playlists/:name`
|
- [x] GET `/api/playlists/:name`
|
||||||
|
- [x] DELETE `/api/playlists/:name`
|
||||||
- [ ] `/api/save_playlist`
|
- [ ] `/api/save_playlist`
|
||||||
- [ ] `/api/delete_playlist`
|
- [ ] `/api/delete_playlist`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue