diff --git a/plugin/web.py b/plugin/web.py index 1f325b4..7a3d326 100644 --- a/plugin/web.py +++ b/plugin/web.py @@ -248,7 +248,7 @@ class WebServer: def buildHeaders(self, corsOrigin, body): return [ ['HTTP/1.1 200 OK', None], - ['Content-Type', 'text/json'], + ['Content-Type', 'application/json'], ['Access-Control-Allow-Origin', corsOrigin], ['Access-Control-Allow-Headers', '*'], ['Content-Length', str(len(body))] @@ -298,4 +298,4 @@ request_schema = { "params": {"type": "object"}, }, "required": ["action"], -} \ No newline at end of file +}