Some warning fixes

This commit is contained in:
2025-06-29 17:54:52 -04:00
parent 59ce1c294c
commit 9a4644d165
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ pub async fn update_queued_song(
) -> Result<reqwest::Response, reqwest::Error> {
let client = reqwest::Client::builder().build()?;
println!("Song path: {:?}", song_path);
println!("Song path: {song_path:?}");
// TODO: Make the filename random
let form = reqwest::multipart::Form::new().part(