mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
Make SkipLogExtensions static
This commit is contained in:
@@ -148,7 +148,7 @@ namespace Emby.Server.Implementations.HttpServer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly string[] SkipLogExtensions = {
|
private static readonly string[] SkipLogExtensions = {
|
||||||
".js",
|
".js",
|
||||||
".html",
|
".html",
|
||||||
".css"
|
".css"
|
||||||
|
|||||||
Reference in New Issue
Block a user