aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-07-08 13:28:47 +0200
committerBond_009 <bond.009@outlook.com>2019-08-16 21:13:18 +0200
commit4b37caa63adf9d356eba6e6d240aeed5c8d36978 (patch)
tree5e3014bd3845467bdd570cbfc5abb43ee77bb278
parent237db8ae92ab33885d6b0f9b024bbe38f3552c3b (diff)
Update SharedHttpStream.cs
-rw-r--r--Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
index bee4fcd59..c6e894560 100644
--- a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
+++ b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
@@ -130,7 +130,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
await StreamHelper.CopyToAsync(
stream,
fileStream,
- StreamDefaults.DefaultFileStreamBufferSize,
+ StreamDefaults.DefaultCopyToBufferSize,
() => Resolve(openTaskCompletionSource),
cancellationToken).ConfigureAwait(false);
}