1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

fixed mpdinfo script

This commit is contained in:
luke bonham 2013-04-16 23:28:31 +02:00
parent 1aef2310ed
commit f55ca6dc9b

View file

@ -47,6 +47,8 @@ if [[ -n $cover ]]; then
convert "$cover" -thumbnail $COVER_RESIZE -gravity center -background "$COVER_BACKGROUND" -extent $COVER_RESIZE "$TEMP_PATH"
cover="$TEMP_PATH"
fi
else
rm $TEMP_PATH
fi
exit 0