Explorar o código

Make SkipLogExtensions static

Claus Vium %!s(int64=6) %!d(string=hai) anos
pai
achega
dfff68b2f4
Modificáronse 1 ficheiros con 1 adicións e 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"