Update AAXtoMP3

This commit is contained in:
reidar-cederqvist 2023-03-27 22:09:51 +02:00 committed by GitHub
parent de0d6097ea
commit bc09f2646d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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