Added skeleton method

This commit is contained in:
kdeng00
2025-08-28 16:52:43 -04:00
parent 3b371e92aa
commit c4a35f7a29
+4
View File
@@ -300,6 +300,10 @@ impl Upload {
}
}
pub async fn update_queued_song_status(&self, token: &icarus_models::token::AccessToken, queued_song_id: &uuid::Uuid, status: &str) -> Result<(), reqwest::Error> {
Ok(())
}
fn init_form(
&self,
song: &icarus_models::song::Song,