diff --git a/src/update_queued_song.rs b/src/update_queued_song.rs index f3c8e8c..ba51eeb 100644 --- a/src/update_queued_song.rs +++ b/src/update_queued_song.rs @@ -7,6 +7,7 @@ pub async fn update_queued_song( println!("Song path: {:?}", song_path); + // TODO: Make the filename random let form = reqwest::multipart::Form::new().part( "file", reqwest::multipart::Part::bytes(std::fs::read(song_path).unwrap())