Merge pull request #227 from damajor/patch-2

Change cover.jpg to $currentFileNameScheme.jpg
This commit is contained in:
Krumpet Pirate 2023-01-29 11:27:43 -06:00 committed by GitHub
commit f9bc150775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -789,7 +789,7 @@ do
# -----
fi
# Grab the cover art if available.
cover_file="${output_directory}/cover.jpg"
cover_file="${output_directory}/${currentFileNameScheme}.jpg"
if [ "${continue}" == "0" ]; then
if [ "${audibleCli}" == "1" ]; then
# We have a better quality cover file, copy it.