diff --git a/AAXtoMP3 b/AAXtoMP3 index 9b16c09..c03be5c 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -968,23 +968,7 @@ do if [ -f "${cover_file}" ]; then log "Adding cover art" - # Create temporary output file name - ensure extention matches previous appropriate output file to keep ffmpeg happy - cover_output_file="${output_file%.*}.cover.${output_file##*.}" - # Copy audio stream from current output, and video stream from cover file, setting appropriate metadata -