aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-17 00:46:49 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-17 00:46:49 +0530
commit5ea6bc338bdb1335a2ce87e35ffdfdac9ea0b8db (patch)
treeb988ccc42976dbbe706b5d73107fa77373dbbb62 /plugins
parent74b95eb9bdbacf750b229a373cae2019ee7b249e (diff)
downloadnnn-5ea6bc338bdb1335a2ce87e35ffdfdac9ea0b8db.tar.gz
Late handle blocked mimes
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/nuke2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nuke b/plugins/nuke
index 97e3377..dd85c97 100755
--- a/plugins/nuke
+++ b/plugins/nuke
@@ -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