From cec0dd94baac67852898cc129fc02ceca364b98c Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Sat, 11 Sep 2021 15:06:56 +0200 Subject: [PATCH] Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs --- .../SymlinkFollowingPhysicalFileResultExecutor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs b/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs index db09285c7e..660f62428a 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);