Got it working

This commit is contained in:
kdeng00
2025-08-28 18:39:43 -04:00
parent d49123bc18
commit 93c4712dda
+1
View File
@@ -462,6 +462,7 @@ impl CommitManager {
Ok(_) => { Ok(_) => {
println!("Queued coverart Id: {id:?}"); println!("Queued coverart Id: {id:?}");
println!("Linked queued song to queued coverart"); println!("Linked queued song to queued coverart");
println!("Queued status updated");
} }
Err(err) => { Err(err) => {
return Err(std::io::Error::other(err.to_string())); return Err(std::io::Error::other(err.to_string()));