aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-09-11 14:19:50 +0200
committerGitHub <noreply@github.com>2021-09-11 14:19:50 +0200
commit6b8b7f1426a510ce3f0d40d40f3ceb59ccc03934 (patch)
treed66f0fb530ea1d6353196587d930670967e9c997
parente34aa22dc10188e32ad29e9b29a77d46473f9932 (diff)
Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
-rw-r--r--Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs2
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,