mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Save firmware revision in dump hardware try.
This commit is contained in:
@@ -356,7 +356,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
}
|
||||
|
||||
ResumeSupport.Process(true, true, blocks, _dev.Manufacturer, _dev.Model, _dev.Serial, _dev.PlatformId,
|
||||
ref _resume, ref currentTry, ref extents);
|
||||
ref _resume, ref currentTry, ref extents, _dev.FirmwareRevision);
|
||||
|
||||
if(currentTry == null ||
|
||||
extents == null)
|
||||
|
||||
Reference in New Issue
Block a user