Ensure drive and speed are set

This commit is contained in:
Matt Nadareski
2023-03-10 16:52:46 -05:00
parent de0f2c1ad9
commit ca18bbb72c
2 changed files with 4 additions and 0 deletions

View File

@@ -92,6 +92,7 @@
- Ensure Redumper parameters are set
- Ensure min values are taken care of
- Update parameters with `=` handling
- Ensure drive and speed are set
### 2.4 (2022-10-26)

View File

@@ -640,7 +640,10 @@ namespace MPF.Modules.Redumper
BaseCommand = CommandStrings.NONE;
ModeValues = new List<string> { CommandStrings.CD };
this[FlagStrings.Drive] = true;
DriveValue = driveLetter.ToString();
this[FlagStrings.Speed] = true;
SpeedValue = driveSpeed;
// Set the output paths