aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-09-11 15:06:56 +0200
committerGitHub <noreply@github.com>2021-09-11 15:06:56 +0200
commitcec0dd94baac67852898cc129fc02ceca364b98c (patch)
tree7dbeb1aed3735bfd9ad801c628d8ecaa80bd368f
parent6b8b7f1426a510ce3f0d40d40f3ceb59ccc03934 (diff)
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
-rw-r--r--Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs b/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
index db09285c7..660f62428 100644
--- a/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
+++ b/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
@@ -131,7 +131,7 @@ namespace Jellyfin.Server.Infrastructure
FileMode.Open,
FileAccess.Read,
FileShare.ReadWrite,
- bufferSize: bufferSize,
+ bufferSize: BufferSize,
options: (AsyncFile.UseAsyncIO ? FileOptions.Asynchronous : FileOptions.None) | FileOptions.SequentialScan);
fileStream.Seek(offset, SeekOrigin.Begin);