mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update media scan GUI block times via events.
This commit is contained in:
@@ -180,6 +180,7 @@ namespace DiscImageChef.Core.Devices.Scanning
|
||||
else if(duration >= 3) results.B += blocksToRead;
|
||||
else results.A += blocksToRead;
|
||||
|
||||
ScanTime?.Invoke(duration, blocksToRead);
|
||||
mhddLog.Write(i, duration);
|
||||
ibgLog.Write(i, currentSpeed * 1024);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user