tsk-72: Separating directory and filename from path in coverart #74
@@ -76,7 +76,7 @@ impl CoverArt {
|
|||||||
directory.clone()
|
directory.clone()
|
||||||
};
|
};
|
||||||
|
|
||||||
Ok(buffer + &self.filename.clone())
|
Ok(buffer + &self.filename.clone())
|
||||||
} else {
|
} else {
|
||||||
Err(std::io::Error::other(
|
Err(std::io::Error::other(
|
||||||
"Could not access last character of directory",
|
"Could not access last character of directory",
|
||||||
|
Reference in New Issue
Block a user