Got it working
This commit is contained in:
@@ -462,6 +462,7 @@ impl CommitManager {
|
||||
Ok(_) => {
|
||||
println!("Queued coverart Id: {id:?}");
|
||||
println!("Linked queued song to queued coverart");
|
||||
println!("Queued status updated");
|
||||
}
|
||||
Err(err) => {
|
||||
return Err(std::io::Error::other(err.to_string()));
|
||||
|
||||
Reference in New Issue
Block a user