mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix Redumper generic drive type (#677)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- Fix formatting output formatting
|
||||
- Update LibIRD to 0.9.0 (Deterous)
|
||||
- Update packages
|
||||
- Fix Redumper generic drive type (Deterous)
|
||||
|
||||
### 3.1.2 (2024-02-27)
|
||||
|
||||
|
||||
@@ -1092,7 +1092,7 @@ namespace MPF.Core.Modules.Redumper
|
||||
if (options.RedumperUseGenericDriveType)
|
||||
{
|
||||
this[FlagStrings.DriveType] = true;
|
||||
DriveTypeValue = "Generic";
|
||||
DriveTypeValue = "GENERIC";
|
||||
}
|
||||
|
||||
// Set the output paths
|
||||
|
||||
Reference in New Issue
Block a user