Browse Source

Late handle blocked mimes

master
Arun Prakash Jana 4 years ago
parent
commit
5ea6bc338b
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/nuke

+ 1
- 1
plugins/nuke 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

Loading…
Cancel
Save