Bugs
This commit is contained in:
parent
769110971f
commit
b508d8a430
6
kunst
6
kunst
|
@ -51,14 +51,14 @@ update_cover() {
|
||||||
else
|
else
|
||||||
echo "error: file does not have an album art"
|
echo "error: file does not have an album art"
|
||||||
get_cover_online
|
get_cover_online
|
||||||
# ARTLESS=true
|
|
||||||
return
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# resize the image to 250x250
|
# resize the image to 250x250
|
||||||
|
if [ $ARTLESS == false ]; then
|
||||||
convert $COVER -resize 250x250 $COVER
|
convert $COVER -resize 250x250 $COVER
|
||||||
|
|
||||||
echo "kunst: resized album art to 250x250"
|
echo "kunst: resized album art to 250x250"
|
||||||
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue