diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-09-11 14:19:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-11 14:19:50 +0200 |
| commit | 6b8b7f1426a510ce3f0d40d40f3ceb59ccc03934 (patch) | |
| tree | d66f0fb530ea1d6353196587d930670967e9c997 | |
| parent | e34aa22dc10188e32ad29e9b29a77d46473f9932 (diff) | |
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs b/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs index 917384cc3..db09285c7 100644 --- a/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs +++ b/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs @@ -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, |
