Download coverart endpoint (#166)

* Added download coverart endpoint

* Endpoint is now available

* Added test

* Code formatting

* Version bump
This commit was merged in pull request #166.
This commit is contained in:
KD
2025-07-28 17:05:42 -04:00
committed by GitHub
parent 703fc49f32
commit c7230d3b32
5 changed files with 99 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ pub mod endpoints {
pub const DOWNLOADSONG: &str = "/api/v2/song/download/{id}";
pub const CREATECOVERART: &str = "/api/v2/coverart";
pub const GETCOVERART: &str = "/api/v2/coverart";
pub const DOWNLOADCOVERART: &str = "/api/v2/coverart/download/{id}";
}
pub mod response {