mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add option to select desired subchannel to dump.
This commit is contained in:
@@ -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, false);
|
||||
chkTrack1Pregap.Checked == true, true, false, DumpSubchannel.Any);
|
||||
|
||||
new Thread(DoWork).Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user