mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Calculate all pregaps in media info.
This commit is contained in:
@@ -582,7 +582,7 @@ namespace Aaru.Commands.Media
|
||||
d.Revision == dev.FirmwareRevision);
|
||||
|
||||
Dump.SolveTrackPregaps(dev, null, null, tracks, supportsPqSubchannel, supportsRwSubchannel, dbDev,
|
||||
out bool inexactPositioning);
|
||||
out bool inexactPositioning, false);
|
||||
|
||||
for(int t = 1; t < tracks.Length; t++)
|
||||
tracks[t - 1].TrackEndSector = tracks[t].TrackStartSector - 1;
|
||||
|
||||
Reference in New Issue
Block a user