diff --git a/AAXtoMP3 b/AAXtoMP3 index eba3821..bb55dc0 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -960,7 +960,7 @@ do fi if [ -f "${cover_file}" ]; then - if [ "$loglevel" -gt 1 ]; then log "Adding cover art"; fi + log "Adding cover art" mp4art --add "${cover_file}" "${output_file}" fi