Merge pull request #192 from bensaufley/fix/single_cover_art

Attempt to fix missing cover art for single output
This commit is contained in:
Krumpet Pirate
2022-01-21 17:17:06 -05:00
committed by GitHub

View File

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