Calculate all pregaps in media info.

This commit is contained in:
2020-07-19 14:50:58 +01:00
parent b42963e398
commit 88e835e2f8

View File

@@ -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;