Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
pull/6541/head
Claus Vium 3 years ago committed by GitHub
parent e34aa22dc1
commit 6b8b7f1426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,7 +124,7 @@ namespace Jellyfin.Server.Infrastructure
} }
// Copied from SendFileFallback.SendFileAsync // Copied from SendFileFallback.SendFileAsync
const int bufferSize = 1024 * 16; const int BufferSize = 1024 * 16;
await using var fileStream = new FileStream( await using var fileStream = new FileStream(
filePath, filePath,

Loading…
Cancel
Save