Procházet zdrojové kódy

Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs

Claus Vium před 3 roky
rodič
revize
cec0dd94ba

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

@@ -131,7 +131,7 @@ namespace Jellyfin.Server.Infrastructure
                 FileMode.Open,
                 FileAccess.Read,
                 FileShare.ReadWrite,
-                bufferSize: bufferSize,
+                bufferSize: BufferSize,
                 options: (AsyncFile.UseAsyncIO ? FileOptions.Asynchronous : FileOptions.None) | FileOptions.SequentialScan);
 
             fileStream.Seek(offset, SeekOrigin.Begin);