mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Ensure drive and speed are set
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user