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/vnd.openxmlformats"
|
||||
], []],
|
||||
MIMECategory.Text : [["text"], []],
|
||||
MIMECategory.Text : [[
|
||||
"text",
|
||||
"application/json",
|
||||
], []],
|
||||
MIMECategory.AV : [[
|
||||
"audio", "video", "image",
|
||||
"application/mxf"
|
||||
|
Loading…
Reference in New Issue
Block a user