mirror of
https://git.0x0.st/mia/0x0.git
synced 2024-11-21 16:47:11 +01:00
ModUI: Add application/json to text handler
This commit is contained in:
parent
455863c138
commit
8b04e08fd6
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue