mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
update recording data
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user