mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Save disc offset in metadata.
This commit is contained in:
@@ -652,9 +652,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
double totalChkDuration = 0;
|
||||
|
||||
if(_metadata)
|
||||
{
|
||||
WriteOpticalSidecar(BLOCK_SIZE, blocks, DSK_TYPE, null, null, 1, out totalChkDuration);
|
||||
}
|
||||
WriteOpticalSidecar(BLOCK_SIZE, blocks, DSK_TYPE, null, null, 1, out totalChkDuration, null);
|
||||
|
||||
UpdateStatus?.Invoke("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user