Преглед на файлове

Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

Claus Vium преди 4 години
родител
ревизия
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);
         }