pub fn remove_images(music_filename: &Path) -> Result<()>Expand description
Remove all embedded images from the given music_filename. In effect, this removes all tags of
type “APIC”.
If the mp3 file’s ID3 tags can’t be parsed, the error will be propagated upwards.