Add option to generate subchannels for undumped ones.

This commit is contained in:
2020-07-13 22:32:47 +01:00
parent a4b4329c2b
commit 6a5b18bf45
6 changed files with 85 additions and 9 deletions

View File

@@ -803,7 +803,7 @@ namespace Aaru.Gui.ViewModels.Windows
Persistent, StopOnError, _resume, dumpLog, encoding, _outputPrefix, Destination,
parsedOptions, _sidecar, (uint)Skipped, ExistingMetadata == false, Trim == false,
Track1Pregap, true, false, DumpSubchannel.Any, 0, false, false, false, false, false,
true, errorLog);
true, errorLog, false);
new Thread(DoWork).Start();
}