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:
KD
2025-05-24 19:02:48 -04:00
committed by GitHub
parent 0b73c055aa
commit f0a0bee22b
5 changed files with 482 additions and 60 deletions
+1
View File
@@ -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";
}