Wipe data from coverart queue (#136)

* Changes to coverartQueue migrations

* Added endpoint to wipe data from coverart queue

* Added constant for endpoint

* Endpoint is now available

* Added test

Need to complete

* Test is working

* Code formatting

* Removed TODO
This commit was merged in pull request #136.
This commit is contained in:
KD
2025-05-26 17:12:11 -04:00
committed by GitHub
parent f0d2b9de71
commit e00e9cf185
4 changed files with 335 additions and 15 deletions
+1
View File
@@ -12,6 +12,7 @@ pub mod endpoints {
pub const QUEUECOVERARTDATA: &str = "/api/v2/coverart/queue/data";
pub const QUEUECOVERARTLINK: &str = "/api/v2/coverart/queue/link";
pub const QUEUESONGDATAWIPE: &str = "/api/v2/song/queue/data/wipe";
pub const QUEUECOVERARTDATAWIPE: &str = "/api/v2/coverart/queue/data/wipe";
pub const CREATESONG: &str = "/api/v2/song";
pub const CREATECOVERART: &str = "/api/v2/coverart";