Преглед изворни кода

Make SkipLogExtensions static

Claus Vium пре 6 година
родитељ
комит
dfff68b2f4
1 измењених фајлова са 1 додато и 1 уклоњено
  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"