Removed commented code
All checks were successful
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 39s
Rust Build / Rustfmt (pull_request) Successful in 32s
Rust Build / Clippy (pull_request) Successful in 37s
Rust Build / build (pull_request) Successful in 40s
All checks were successful
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 39s
Rust Build / Rustfmt (pull_request) Successful in 32s
Rust Build / Clippy (pull_request) Successful in 37s
Rust Build / build (pull_request) Successful in 40s
This commit is contained in:
@@ -398,7 +398,6 @@ async fn prep_song(
|
|||||||
println!("Saved coverart queue file at: {coverart_queue_path:?}");
|
println!("Saved coverart queue file at: {coverart_queue_path:?}");
|
||||||
|
|
||||||
let c_path = util::path_buf_to_string(coverart_queue_path);
|
let c_path = util::path_buf_to_string(coverart_queue_path);
|
||||||
// let s_path = util::path_buf_to_string(song_queue_path);
|
|
||||||
Ok(((song.directory, song.filename), c_path, metadata.clone(), *coverart_queue_id))
|
Ok(((song.directory, song.filename), c_path, metadata.clone(), *coverart_queue_id))
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
|
Reference in New Issue
Block a user