remove_picture #23

Merged
phoenix merged 8 commits from remove_picture into devel 2025-04-19 01:07:52 +00:00
Showing only changes of commit 0c97e5c486 - Show all commits

View File

@@ -1041,9 +1041,6 @@ mod tests {
let test_filename = String::from("track09.flac");
let new_filepath = get_full_path(&test_dir, &test_filename).unwrap();
// let new_coverart = String::from("Sample Tracks 3 - Other one.png");
// let new_cover_art_path = get_full_path(&dir, &new_coverart).unwrap();
match file_exists(&dir, &filename) {
Ok(_) => {
let filepath = get_full_path(&dir, &filename).unwrap();