Updating song from queue #132
@@ -5,6 +5,7 @@ pub mod song;
|
|||||||
pub mod endpoints {
|
pub mod endpoints {
|
||||||
pub const QUEUESONG: &str = "/api/v2/song/queue";
|
pub const QUEUESONG: &str = "/api/v2/song/queue";
|
||||||
pub const QUEUESONGDATA: &str = "/api/v2/song/queue/{id}";
|
pub const QUEUESONGDATA: &str = "/api/v2/song/queue/{id}";
|
||||||
|
pub const QUEUESONGUPDATE: &str = "/api/v2/song/queue/:id";
|
||||||
pub const NEXTQUEUESONG: &str = "/api/v2/song/queue/next";
|
pub const NEXTQUEUESONG: &str = "/api/v2/song/queue/next";
|
||||||
pub const QUEUEMETADATA: &str = "/api/v2/song/metadata/queue";
|
pub const QUEUEMETADATA: &str = "/api/v2/song/metadata/queue";
|
||||||
pub const QUEUECOVERART: &str = "/api/v2/coverart/queue";
|
pub const QUEUECOVERART: &str = "/api/v2/coverart/queue";
|
||||||
|
|||||||
Reference in New Issue
Block a user