[import_track] Cover moved to png rather than folder.png
This commit is contained in:
parent
8d7c925676
commit
ab40c112ed
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ import_track() {
|
|||
|
||||
|
||||
# Moving cover to TRACK_DIR
|
||||
if [[ ${#coverList[@]} -eq 1 ]] && [[ ! -f "${TRACK_DIR}/folder.png" ]]; then
|
||||
convert ${coverList[@]} "${TRACK_DIR}/folder.png"
|
||||
if [[ ${#coverList[@]} -eq 1 ]] && [[ ! -f "${TRACK_DIR}/png" ]]; then
|
||||
convert ${coverList[@]} "${TRACK_DIR}/png"
|
||||
fi
|
||||
|
||||
# Converting to FLAC if need me
|
||||
|
|
Loading…
Reference in a new issue