Check offset using HL-DT-ST bug command.

This commit is contained in:
2019-12-26 00:48:21 +00:00
parent 284b59bea6
commit 69dcbbd877
4 changed files with 35 additions and 4 deletions

View File

@@ -527,7 +527,7 @@ namespace DiscImageChef.Gui.Forms
chkStopOnError.Checked == true, _resume, dumpLog, encoding, _outputPrefix,
txtDestination.Text, parsedOptions, _sidecar, (uint)stpSkipped.Value,
chkExistingMetadata.Checked == false, chkTrim.Checked == false,
chkTrack1Pregap.Checked == true, true);
chkTrack1Pregap.Checked == true, true, false);
new Thread(DoWork).Start();
}