tsk-52: Cleanup bug #53

Merged
phoenix merged 16 commits from tsk-52 into main 2025-10-14 03:11:29 +00:00
Showing only changes of commit 84c1c10fb8 - Show all commits

View File

@@ -398,7 +398,6 @@ async fn prep_song(
println!("Saved coverart queue file at: {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))
}
Err(err) => {