Late handle blocked mimes

This commit is contained in:
Arun Prakash Jana 2020-05-17 00:46:49 +05:30
parent 74b95eb9bd
commit 5ea6bc338b
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -484,10 +484,10 @@ handle_blocked() {
}
MIMETYPE="$( file --dereference --brief --mime-type -- "${FPATH}" )"
handle_blocked "${MIMETYPE}"
handle_extension
handle_multimedia "${MIMETYPE}"
handle_mime "${MIMETYPE}"
handle_blocked "${MIMETYPE}"
handle_fallback
exit 1