[bugfix] unable to preview image

This commit is contained in:
Klesh Wong 2020-10-08 00:26:36 +08:00
parent 76cd79a537
commit a0903cab9c

View File

@ -349,7 +349,7 @@ handle_fallback() {
MIMETYPE="$( file --dereference --brief --mime-type -- "${FILE_PATH}" )"
drop_bigsize
#drop_bigsize
if [[ "${PV_IMAGE_ENABLED}" == 'True' ]]; then
handle_image "${MIMETYPE}"
fi