diff options
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index a4760f3af..11949c1ab 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -1180,7 +1180,6 @@ namespace MediaBrowser.Server.Startup.Common using (var response = HttpClient.SendAsync(new HttpRequestOptions { Url = apiUrl, - BufferContent = false, LogErrorResponseBody = false, LogErrors = false |
