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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user