Link coverart with song queue (#128)

* Added initial code to link coverart id and song queue id

* Added more functionality

* Preparing test

* Finished test

* Cleanup

* Code formatting

* Clippy warning fix
This commit was merged in pull request #128.
This commit is contained in:
KD
2025-05-19 21:54:50 -04:00
committed by GitHub
parent ddb0bf27f8
commit b1f5c5f604
3 changed files with 190 additions and 19 deletions
+1
View File
@@ -8,4 +8,5 @@ pub mod endpoints {
pub const NEXTQUEUESONG: &str = "/api/v2/song/queue/next";
pub const QUEUEMETADATA: &str = "/api/v2/song/metadata/queue";
pub const QUEUECOVERART: &str = "/api/v2/coverart/queue";
pub const QUEUECOVERARTLINK: &str = "/api/v2/coverart/queue/link";
}