mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
e34aa22dc1
commit
6b8b7f1426
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user