summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 09:12:13 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 09:12:13 -0500
commit17362f3b8beb8fd19846f97b1424c81d9d22268f (patch)
treefb7f92274544c3e061871ec2c4ff65a8f5e4678b /config
parente900fc4125de957cd45ef22f516f7fb81fcf6b05 (diff)
add more mimetype to example config
Diffstat (limited to 'config')
-rw-r--r--config/mimetype.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index ecac788..d204b65 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -20,3 +20,6 @@
"text/x-csrc" = [
["nano"]
]
+"video/mp4" = [
+ ["mpv"]
+]