From b76ecf5779dd3bb670d241103188649f22f9de06 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 17 Mar 2018 23:25:12 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/IPC.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/IPC.cs b/ArchiSteamFarm/IPC.cs index 2001d721a..14135e4fa 100644 --- a/ArchiSteamFarm/IPC.cs +++ b/ArchiSteamFarm/IPC.cs @@ -1100,7 +1100,7 @@ namespace ArchiSteamFarm { return; } - await ResponseString(request, response, json, "text/json", statusCode).ConfigureAwait(false); + await ResponseString(request, response, json, "application/json", statusCode).ConfigureAwait(false); } private static async Task ResponseJsonObject(HttpListenerRequest request, HttpListenerResponse response, object obj, HttpStatusCode statusCode = HttpStatusCode.OK) {