Browse Source

Make SkipLogExtensions static

Claus Vium 6 years ago
parent
commit
dfff68b2f4
1 changed files with 1 additions and 1 deletions
  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"