mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-17 18:58:58 +01:00
Merge pull request #227 from damajor/patch-2
Change cover.jpg to $currentFileNameScheme.jpg
This commit is contained in:
commit
f9bc150775
2
AAXtoMP3
2
AAXtoMP3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user