فهرست منبع

Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

Claus Vium 3 سال پیش
والد
کامیت
62113c4603
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

+ 1 - 1
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

@@ -136,7 +136,7 @@ namespace Jellyfin.Server.Infrastructure
 
             fileStream.Seek(offset, SeekOrigin.Begin);
             await StreamCopyOperation
-                .CopyToAsync(fileStream, response.Body, count, bufferSize, CancellationToken.None)
+                .CopyToAsync(fileStream, response.Body, count, BufferSize, CancellationToken.None)
                 .ConfigureAwait(true);
         }