Got it working
This commit is contained in:
@@ -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()));
|
||||||
|
|||||||
Reference in New Issue
Block a user