Update queued song status #63

Merged
kdeng00 merged 5 commits from update_queued_song_status into upload_song 2025-08-28 18:41:46 -04:00
Showing only changes of commit c4a35f7a29 - Show all commits
+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( fn init_form(
&self, &self,
song: &icarus_models::song::Song, song: &icarus_models::song::Song,