mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-04-18 18:44:41 -04:00
Merge pull request #227 from damajor/patch-2
Change cover.jpg to $currentFileNameScheme.jpg
This commit is contained in:
commit
f9bc150775
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue