Add output of disc key and sector CMI info from media info command

This commit is contained in:
Rebecca Wallander
2021-01-14 18:42:28 +01:00
parent 9390e1761b
commit 89bbbbc712
3 changed files with 38 additions and 11 deletions

View File

@@ -810,7 +810,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, false, 64, true);
true, errorLog, false, 64, true, false, true, false);
new Thread(DoWork).Start();
}