2
0
Эх сурвалжийг харах

Make SkipLogExtensions static

Claus Vium 6 жил өмнө
parent
commit
dfff68b2f4

+ 1 - 1
Emby.Server.Implementations/HttpServer/FileWriter.cs

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