This commit is contained in:
JustArchi
2018-02-21 18:51:38 +01:00
parent f5e4506be0
commit 8e9e423dda

View File

@@ -49,7 +49,7 @@ namespace ArchiSteamFarm {
"text/plain"
};
private static readonly Dictionary<string, string> MimeTypes = new Dictionary<string, string>(6) {
private static readonly Dictionary<string, string> MimeTypes = new Dictionary<string, string>(8) {
{ ".css", "text/css" },
{ ".html", "text/html" },
{ ".ico", "image/x-icon" },