Copy progress

This commit is contained in:
2023-06-30 23:03:29 +02:00
parent bcd47fc640
commit bd494526f5
2 changed files with 22 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ public class StreamCopyCommandHandler : ICommandHandler
using var writer = await _contentAccessorFactory.GetContentWriterFactory(target.Provider).CreateContentWriterAsync(target);
byte[] dataRead;
var currentProgress = 0L;
long currentProgress = 0;
do
{