소스 검색

Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
Claus Vium 3 년 전
부모
커밋
6b8b7f1426
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

+ 1 - 1
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,