diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-06-14 08:20:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-14 08:20:52 +0200 |
| commit | 6ebac0e5002ee79ac4acc5ac2114384436ea0f9a (patch) | |
| tree | 036a7701a962729f09b6775ac0afd9dbca5d192c | |
| parent | 73a9079ee27d2c5ab9edec382bae1360643b8960 (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 4d5fc585d..4fc2d0d9c 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1643,7 +1643,7 @@ namespace Emby.Server.Implementations { Url = apiUrl, LogErrorResponseBody = false, - LogErrors = logPing, + LogErrors = LogPing, LogRequest = logPing, BufferContent = false, |
