Coverart remove file #68
@@ -48,7 +48,9 @@ impl CoverArt {
|
||||
Err(err) => Err(err),
|
||||
}
|
||||
} else {
|
||||
Err(std::io::Error::other("Cannot delete file that does not exist"))
|
||||
Err(std::io::Error::other(
|
||||
"Cannot delete file that does not exist",
|
||||
))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -118,7 +118,9 @@ impl Song {
|
||||
Err(err) => Err(err),
|
||||
}
|
||||
} else {
|
||||
Err(std::io::Error::other("Cannot delete file that does not exist"))
|
||||
Err(std::io::Error::other(
|
||||
"Cannot delete file that does not exist",
|
||||
))
|
||||
}
|
||||
}
|
||||
Err(err) => Err(err),
|
||||
|
Reference in New Issue
Block a user