[import_track] Cover moved to png rather than folder.png

This commit is contained in:
ayakael 2018-07-23 05:03:36 -08:00
parent 8d7c925676
commit ab40c112ed
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -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