diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-06-14 08:21:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-14 08:21:06 +0200 |
| commit | af099a9b53616fdc38392c86236d00413cdc14c5 (patch) | |
| tree | 2b676d4787ca51d3146096aff9ec2524d9d1e6c6 /Emby.Server.Implementations | |
| parent | 6ebac0e5002ee79ac4acc5ac2114384436ea0f9a (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations')
| -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 4fc2d0d9cf..f35b322a25 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1644,7 +1644,7 @@ namespace Emby.Server.Implementations Url = apiUrl, LogErrorResponseBody = false, LogErrors = LogPing, - LogRequest = logPing, + LogRequest = LogPing, BufferContent = false, CancellationToken = cancellationToken |
