Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
This commit is contained in:
parent
6b8b7f1426
commit
cec0dd94ba
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user