From 26f230e039853d32d5079a4c38d2128fe4f9e815 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Thu, 18 Apr 2024 14:28:37 +0200 Subject: [PATCH] update docs --- NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NOTES.md b/NOTES.md index dde6d84..6fed823 100644 --- a/NOTES.md +++ b/NOTES.md @@ -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`