mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add an interface for classes able to draw media status, like the spiral.
This commit is contained in:
@@ -833,7 +833,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, 10);
|
||||
true, false, 10, true, 1080);
|
||||
|
||||
new Thread(DoWork).Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user