update queued song #28

Merged
phoenix merged 20 commits from update_queued_song into devel 2025-06-28 23:23:42 +00:00
Showing only changes of commit 6e0d0c3882 - Show all commits

View File

@@ -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())