Explorar el Código

Make SkipLogExtensions static

Claus Vium hace 6 años
padre
commit
dfff68b2f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Emby.Server.Implementations/HttpServer/FileWriter.cs

+ 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"