fixed mpdinfo script

This commit is contained in:
luke bonham 2013-04-16 23:28:31 +02:00
parent 1aef2310ed
commit f55ca6dc9b
1 changed files with 2 additions and 0 deletions

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