mime: associate webm with vlc/video player

This commit is contained in:
Colin 2023-05-16 05:08:56 +00:00
parent d43d02bff5
commit c2682fdbf3

View File

@ -28,6 +28,7 @@ in
# VIDEO
"video/mp4" = video;
"video/quicktime" = video;
"video/webm" = video;
"video/x-matroska" = video;
# HTML
"text/html" = www;