diff --git a/AAXtoMP3 b/AAXtoMP3 index 670f2e5..001910f 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -967,7 +967,7 @@ do fi fi - if [ -f "${cover_file}" ]; then + if [ -f "${cover_file}" ] && [ "${mode}" != "chaptered" ] ; then log "Adding cover art" # FFMGEP does not support MPEG-4 containers fully # if [ "${container}" == "mp4" ] ; then