remove incorrect error message in lf previewer
This commit is contained in:
parent
32afa0c90b
commit
4a553f00b6
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ esac
|
||||||
case "$(file -bL --mime-type "$1")" in
|
case "$(file -bL --mime-type "$1")" in
|
||||||
text/*) batorcat "$1" "$2" ;;
|
text/*) batorcat "$1" "$2" ;;
|
||||||
esac
|
esac
|
||||||
echo -e "\e[31mPreviewer for $(xdg-mime query filetype "$1") configured incorrectly\e[0m"
|
xdg-mime query filetype "$1"
|
||||||
mediainfo "$1"
|
mediainfo "$1"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue