Handle run-out sectors in CD-R(W) discs. Fixes #620

This commit is contained in:
2022-04-14 13:11:48 +01:00
parent e803ae4519
commit ec141cc251
6 changed files with 284 additions and 113 deletions

View File

@@ -812,7 +812,7 @@ public sealed class MediaDumpViewModel : ViewModelBase
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, false);
true, false, 10);
new Thread(DoWork).Start();
}