mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
Make SkipLogExtensions static
This commit is contained in:
parent
e4c5d51860
commit
dfff68b2f4
@ -148,7 +148,7 @@ namespace Emby.Server.Implementations.HttpServer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly string[] SkipLogExtensions = {
|
private static readonly string[] SkipLogExtensions = {
|
||||||
".js",
|
".js",
|
||||||
".html",
|
".html",
|
||||||
".css"
|
".css"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user