Pārlūkot izejas kodu

Make SkipLogExtensions static

Claus Vium 6 gadi atpakaļ
vecāks
revīzija
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",
             ".js",
             ".html",
             ".html",
             ".css"
             ".css"