Added TODO

This commit is contained in:
2025-06-28 19:09:53 -04:00
parent 60dd60ad47
commit 6e0d0c3882

View File

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