tsk-72: Separating directory and filename from path in coverart #74

Merged
phoenix merged 9 commits from tsk-72 into next-v0.8 2025-10-19 00:48:50 +00:00
Showing only changes of commit de7e27251c - Show all commits

View File

@@ -76,7 +76,7 @@ impl CoverArt {
directory.clone()
};
Ok(buffer + &self.filename.clone())
Ok(buffer + &self.filename.clone())
} else {
Err(std::io::Error::other(
"Could not access last character of directory",