Made some changes to the method

This commit is contained in:
2025-10-11 18:10:11 -04:00
parent d5e0f7c64e
commit 17e46f04f7

View File

@@ -118,7 +118,7 @@ impl Song {
Err(err) => Err(err),
}
} else {
Ok(())
Err(std::io::Error::other("Cannot delete file that does not exist"))
}
}
Err(err) => Err(err),