Update SharedHttpStream.cs

This commit is contained in:
Bond-009 2019-07-08 13:28:47 +02:00 committed by Bond_009
parent 237db8ae92
commit 4b37caa63a

View file

@ -130,7 +130,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
await StreamHelper.CopyToAsync(
stream,
fileStream,
StreamDefaults.DefaultFileStreamBufferSize,
StreamDefaults.DefaultCopyToBufferSize,
() => Resolve(openTaskCompletionSource),
cancellationToken).ConfigureAwait(false);
}