1
0
Fork 0

remove incorrect error message in lf previewer

This commit is contained in:
Luca Bilke 2022-08-09 18:18:53 +02:00
parent 32afa0c90b
commit 4a553f00b6
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,6 @@ esac
case "$(file -bL --mime-type "$1")" in
text/*) batorcat "$1" "$2" ;;
esac
echo -e "\e[31mPreviewer for $(xdg-mime query filetype "$1") configured incorrectly\e[0m"
xdg-mime query filetype "$1"
mediainfo "$1"
exit 1