Compare commits
1 Commits
66c3b0029e
...
main
Author | SHA1 | Date | |
---|---|---|---|
da86c3e054 |
@@ -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