Wipe data from song queue (#135)
* Added TODOs for later * Added endpoint to wipe data from song queue * Migration changes * Syntax error fix * Added and linked endpoint * Added test * Warning fixes * Code formatting
This commit was merged in pull request #135.
This commit is contained in:
@@ -11,6 +11,7 @@ pub mod endpoints {
|
||||
pub const QUEUECOVERART: &str = "/api/v2/coverart/queue";
|
||||
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 CREATESONG: &str = "/api/v2/song";
|
||||
pub const CREATECOVERART: &str = "/api/v2/coverart";
|
||||
|
||||
Reference in New Issue
Block a user