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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user