Fix build warnings

This commit is contained in:
phoenix
2025-03-22 18:06:13 -04:00
parent c1c5e83b6b
commit f7dc724770
2 changed files with 29 additions and 18 deletions
+3
View File
@@ -59,10 +59,13 @@ impl Upload {
new_song.songpath = p;
}
Err(er) => {
/*
return Err(std::io::Error::new(
std::io::ErrorKind::Other,
"Error with song path",
));
*/
return Err(er);
}
}
let access_token = token.bearer_token();