Compare commits

..

1 Commits

Author SHA1 Message Date
da86c3e054 tsk-52: Cleanup bug (#53)
All checks were successful
Rust Build / Check (push) Successful in 39s
Rust Build / Test Suite (push) Successful in 37s
Rust Build / Rustfmt (push) Successful in 34s
Rust Build / Clippy (push) Successful in 53s
Rust Build / build (push) Successful in 41s
Closes #52

Reviewed-on: #53
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
2025-10-14 03:11:29 +00:00

View File

@@ -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) => {