From bc09f2646d30bc8630e44849478aace4db0fe003 Mon Sep 17 00:00:00 2001 From: reidar-cederqvist Date: Mon, 27 Mar 2023 22:09:51 +0200 Subject: [PATCH] Update AAXtoMP3 --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index b1a46a2..9dea866 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -970,7 +970,7 @@ do if [ -f "${cover_file}" ]; then log "Adding cover art" # FFMPEG does not support MPEG-4 containers fully # - if [ "${container}" == "mp4" -a -f ${output_file} ] ; then + if [ "${container}" == "mp4" -a -f "${output_file}" ] ; then mp4art --add "${cover_file}" "${output_file}" # FFMPEG for everything else # else