diff --git a/AAXtoMP3 b/AAXtoMP3 index 1b974f5..8eff27b 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -960,6 +960,11 @@ do fi fi + if [ -f "${cover_file}" ]; then + log "Adding cover art" + mp4art --add "${cover_file}" "${output_file}" + fi + # ----- # Announce that we have completed the transcode if [ "$((${loglevel} > 0))" == "1" ]; then