Make SkipLogExtensions static

This commit is contained in:
Claus Vium 2019-03-07 19:05:47 +01:00
parent e4c5d51860
commit dfff68b2f4
1 changed files with 1 additions and 1 deletions

View File

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