diff --git a/src/api.rs b/src/api.rs index 4b7a8c7..ff23283 100644 --- a/src/api.rs +++ b/src/api.rs @@ -39,7 +39,6 @@ pub mod parsing { pub mod fetch_song_queue_data { pub async fn get_data( - // base_url: &String, app: &crate::config::App, id: &uuid::Uuid, ) -> Result { @@ -53,7 +52,6 @@ pub mod fetch_song_queue_data { pub mod get_metadata_queue { pub async fn get( - // base_url: &String, app: &crate::config::App, song_queue_id: &uuid::Uuid, ) -> Result { @@ -107,7 +105,6 @@ pub mod get_metadata_queue { pub mod get_coverart_queue { pub async fn get( - // base_url: &String, app: &crate::config::App, song_queue_id: &uuid::Uuid, ) -> Result { @@ -124,7 +121,6 @@ pub mod get_coverart_queue { } pub async fn get_data( - // base_url: &String, app: &crate::config::App, coverart_queue_id: &uuid::Uuid, ) -> Result {