summaryrefslogtreecommitdiffstats
path: root/config/mimetype.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-06 17:30:36 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-06 17:32:01 -0500
commitd10175338a7ab05b6bc786d4e0fc3723bad68a59 (patch)
tree7dece31fe47c827e5ab25e7bfb38ab85a01506b5 /config/mimetype.toml
parentc5e78328ddcc23ebfe6c08cb444477ac3f489fdf (diff)
move configuration code into config/ folder
- change sort related configuration into its own []
Diffstat (limited to 'config/mimetype.toml')
-rw-r--r--config/mimetype.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index c6eb19c..2a6e3e3 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -47,6 +47,9 @@
["nano"]
]
+"audio/flac" = [
+ [ "mpv" ]
+]
"audio/x-wav" = [
[ "mpv" ]
]