Compare commits
15 Commits
v0.4.1
...
66c3b0029e
Author | SHA1 | Date | |
---|---|---|---|
66c3b0029e
|
|||
f174239c2e
|
|||
c64ecd8a54
|
|||
8c400ed11d
|
|||
c8eb9521f7
|
|||
0883def735
|
|||
f4972c8caf
|
|||
d55f3b2e46
|
|||
74948ff8a4
|
|||
988dfe9379
|
|||
c37ecaa8dc
|
|||
1da416cc37
|
|||
96c75b93df
|
|||
038f8dbd9a
|
|||
ea6f65a206
|
@@ -398,6 +398,7 @@ 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