Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

pull/6541/head
Claus Vium 3 years ago committed by GitHub
parent 6b8b7f1426
commit cec0dd94ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save