Skip to content

Commit

Permalink
Fix preview-tui jpeg mime
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvbaal committed May 31, 2021
1 parent e4988f0 commit 272e47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/preview-tui
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ print_bin_info() {

handle_mime() {
case "$2" in
image/jpg) image_preview "$cols" "$lines" "$1" ;;
image/jpeg) image_preview "$cols" "$lines" "$1" ;;
image/gif) generate_preview "$cols" "$lines" "$1" "gif" ;;
image/*) generate_preview "$cols" "$lines" "$1" "image" ;;
video/*) generate_preview "$cols" "$lines" "$1" "video" ;;
Expand Down

0 comments on commit 272e47c

Please sign in to comment.