Create coverart (#134)
* Added migrations for coverart * Test refactor * Code formatting * Added endpoint to create coverart * Endpoint is available * Migration changes to song table * some fixes * Added test * Test refactor * Code formatting * Clippy warning fixes * Code cleanup
This commit was merged in pull request #134.
This commit is contained in:
@@ -13,4 +13,5 @@ pub mod endpoints {
|
||||
pub const QUEUECOVERARTLINK: &str = "/api/v2/coverart/queue/link";
|
||||
|
||||
pub const CREATESONG: &str = "/api/v2/song";
|
||||
pub const CREATECOVERART: &str = "/api/v2/coverart";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user