ModUI: Add application/json to text handler

This commit is contained in:
Mia Herkt 2022-12-20 16:23:35 +01:00
parent 455863c138
commit 8b04e08fd6
Signed by: mia
GPG Key ID: 72E154B8622EC191
1 changed files with 4 additions and 1 deletions

View File

@ -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"