Update SharedHttpStream.cs
This commit is contained in:
parent
237db8ae92
commit
4b37caa63a
|
@ -130,7 +130,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
|
|||
await StreamHelper.CopyToAsync(
|
||||
stream,
|
||||
fileStream,
|
||||
StreamDefaults.DefaultFileStreamBufferSize,
|
||||
StreamDefaults.DefaultCopyToBufferSize,
|
||||
() => Resolve(openTaskCompletionSource),
|
||||
cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user