Added TODO
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user