Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Claus Vium 2021-09-11 14:19:50 +02:00 committed by GitHub
parent e34aa22dc1
commit 6b8b7f1426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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