[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
|
# Moving cover to TRACK_DIR
|
||||||
if [[ ${#coverList[@]} -eq 1 ]] && [[ ! -f "${TRACK_DIR}/folder.png" ]]; then
|
if [[ ${#coverList[@]} -eq 1 ]] && [[ ! -f "${TRACK_DIR}/png" ]]; then
|
||||||
convert ${coverList[@]} "${TRACK_DIR}/folder.png"
|
convert ${coverList[@]} "${TRACK_DIR}/png"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Converting to FLAC if need me
|
# Converting to FLAC if need me
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue