ModUI: Add application/xml to text handler

This commit is contained in:
Mia Herkt
2022-12-22 09:55:41 +01:00
parent 0e4f0206ab
commit 647e3a54f1

View File

@@ -65,6 +65,7 @@ class MIMEHandler:
MIMECategory.Text : [[ MIMECategory.Text : [[
"text", "text",
"application/json", "application/json",
"application/xml",
], []], ], []],
MIMECategory.AV : [[ MIMECategory.AV : [[
"audio", "video", "image", "audio", "video", "image",