Coverart remove file (#68)
Reviewed-on: #68 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
+3
-1
@@ -118,7 +118,9 @@ impl Song {
|
||||
Err(err) => Err(err),
|
||||
}
|
||||
} else {
|
||||
Ok(())
|
||||
Err(std::io::Error::other(
|
||||
"Cannot delete file that does not exist",
|
||||
))
|
||||
}
|
||||
}
|
||||
Err(err) => Err(err),
|
||||
|
||||
Reference in New Issue
Block a user