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:
@@ -990,7 +990,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
{
|
||||
// TODO: Layers
|
||||
if(opticalDisc)
|
||||
WriteOpticalSidecar(blockSize, blocks, dskType, null, mediaTags, 1, out totalChkDuration);
|
||||
WriteOpticalSidecar(blockSize, blocks, dskType, null, mediaTags, 1, out totalChkDuration, null);
|
||||
else
|
||||
{
|
||||
UpdateStatus?.Invoke("Creating sidecar.");
|
||||
|
||||
Reference in New Issue
Block a user