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:
@@ -113,7 +113,6 @@ namespace DiscImageChef.Commands
|
||||
|
||||
MediaScan scanner = new MediaScan(mhddLogPath, ibgLogPath, devicePath, dev);
|
||||
scanner.UpdateStatus += Progress.UpdateStatus;
|
||||
scanner.ErrorMessage += Progress.ErrorMessage;
|
||||
scanner.StoppingErrorMessage += Progress.ErrorMessage;
|
||||
scanner.UpdateProgress += Progress.UpdateProgress;
|
||||
scanner.PulseProgress += Progress.PulseProgress;
|
||||
|
||||
Reference in New Issue
Block a user