summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-09-11 13:18:37 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-09-11 13:18:37 -0400
commit513404430257a2b7b381931d540b1fbf44284560 (patch)
treeb8f7f20d56515c58f964bc5eccdc85b63764402b /config
parentf117ddaccb996942774d9efee9c5807fe7272ded (diff)
use Result instead of Option for parsing config files
Diffstat (limited to 'config')
-rw-r--r--config/mimetype.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index dc7179a..65751db 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -184,10 +184,14 @@ torrent.app_list = [
[mimetype]
+# application/octet-stream
+[mimetype.application.subtype.octet-stream]
+inherit = "video_default"
+
# text/*
[mimetype.text]
inherit = "text_default"
-# application/octet-stream
-[mimetype.application.subtype.octet-stream]
+# text/*
+[mimetype.video]
inherit = "video_default"