ModUI: Add application/json to text handler
This commit is contained in:
parent
455863c138
commit
8b04e08fd6
|
@ -62,7 +62,10 @@ class MIMEHandler:
|
||||||
"application/java-archive",
|
"application/java-archive",
|
||||||
"application/vnd.openxmlformats"
|
"application/vnd.openxmlformats"
|
||||||
], []],
|
], []],
|
||||||
MIMECategory.Text : [["text"], []],
|
MIMECategory.Text : [[
|
||||||
|
"text",
|
||||||
|
"application/json",
|
||||||
|
], []],
|
||||||
MIMECategory.AV : [[
|
MIMECategory.AV : [[
|
||||||
"audio", "video", "image",
|
"audio", "video", "image",
|
||||||
"application/mxf"
|
"application/mxf"
|
||||||
|
|
Loading…
Reference in New Issue