Make SkipLogExtensions static
This commit is contained in:
parent
e4c5d51860
commit
dfff68b2f4
|
@ -148,7 +148,7 @@ namespace Emby.Server.Implementations.HttpServer
|
|||
}
|
||||
}
|
||||
|
||||
private readonly string[] SkipLogExtensions = {
|
||||
private static readonly string[] SkipLogExtensions = {
|
||||
".js",
|
||||
".html",
|
||||
".css"
|
||||
|
|
Loading…
Reference in New Issue
Block a user