Make SkipLogExtensions static

pull/1010/head
Claus Vium 6 years ago
parent e4c5d51860
commit dfff68b2f4

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

Loading…
Cancel
Save