From 8e9e423dda6ebb40cbeb855ca2bd1a85eae8bb90 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 21 Feb 2018 18:51:38 +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 1a3e489e5..5078be631 100644 --- a/ArchiSteamFarm/IPC.cs +++ b/ArchiSteamFarm/IPC.cs @@ -49,7 +49,7 @@ namespace ArchiSteamFarm { "text/plain" }; - private static readonly Dictionary MimeTypes = new Dictionary(6) { + private static readonly Dictionary MimeTypes = new Dictionary(8) { { ".css", "text/css" }, { ".html", "text/html" }, { ".ico", "image/x-icon" },