removed redundant entry for webm in mailcap

This commit is contained in:
Anh Tuan Nguyen
2017-10-18 09:32:39 +02:00
parent 3413ac0b19
commit d7ddd96f82

View File

@@ -35,7 +35,6 @@ video/x-youtube; vlc '%s' --width 640 --height 480; test=test -n "$DISPLAY"
video/x-youtube; mpv --ytdl-format=best '%s' --autofit 640x480; test=test -n "$DISPLAY"
# Mpv is a simple and effective video streamer
video/webm; mpv '%s' --autofit 640x480 --loop=inf; test=test -n "$DISPLAY"
video/*; mpv '%s' --autofit 640x480 --loop=inf; test=test -n "$DISPLAY"
###############################################################################