tsk-41: Lingering cleanup
This commit is contained in:
@@ -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<reqwest::Response, reqwest::Error> {
|
||||
@@ -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<reqwest::Response, reqwest::Error> {
|
||||
@@ -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<reqwest::Response, reqwest::Error> {
|
||||
@@ -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<reqwest::Response, reqwest::Error> {
|
||||
|
Reference in New Issue
Block a user