update recording data

This commit is contained in:
Luke Pulverenti
2016-03-02 13:42:39 -05:00
parent e52eb2219b
commit 11a5bbf9b5
4 changed files with 93 additions and 64 deletions

View File

@@ -57,7 +57,9 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
CancellationToken = cancellationToken,
// Seeing block length errors
EnableHttpCompression = false
EnableHttpCompression = false,
LogRequest = false
};
options.SetPostData(data);
@@ -99,7 +101,9 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
CancellationToken = cancellationToken,
// Seeing block length errors
EnableHttpCompression = false
EnableHttpCompression = false,
LogRequest = false
};
options.SetPostData(data);