Update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
pull/1080/head
Bond-009 5 years ago committed by GitHub
parent 6ebac0e500
commit af099a9b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1644,7 +1644,7 @@ namespace Emby.Server.Implementations
Url = apiUrl, Url = apiUrl,
LogErrorResponseBody = false, LogErrorResponseBody = false,
LogErrors = LogPing, LogErrors = LogPing,
LogRequest = logPing, LogRequest = LogPing,
BufferContent = false, BufferContent = false,
CancellationToken = cancellationToken CancellationToken = cancellationToken

Loading…
Cancel
Save