Make SkipLogExtensions static

This commit is contained in:
Claus Vium 2019-03-07 19:05:47 +01:00
parent e4c5d51860
commit dfff68b2f4

View File

@ -148,7 +148,7 @@ namespace Emby.Server.Implementations.HttpServer
} }
} }
private readonly string[] SkipLogExtensions = { private static readonly string[] SkipLogExtensions = {
".js", ".js",
".html", ".html",
".css" ".css"