aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/FileWriter.cs
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-03-07 19:05:47 +0100
committerClaus Vium <clausvium@gmail.com>2019-03-07 19:05:53 +0100
commitdfff68b2f4ca8d3da59508eb4cbe2e751ed76f49 (patch)
tree6ca026a76c0ea3ebabff570d38942bad01fc8eff /Emby.Server.Implementations/HttpServer/FileWriter.cs
parente4c5d51860b5e421abac8d453c4655188074501d (diff)
Make SkipLogExtensions static
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/FileWriter.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/FileWriter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/FileWriter.cs b/Emby.Server.Implementations/HttpServer/FileWriter.cs
index 0e989994b..c4d2a70e2 100644
--- a/Emby.Server.Implementations/HttpServer/FileWriter.cs
+++ b/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"