Fix Redumper generic drive type (#677)

This commit is contained in:
Deterous
2024-03-15 22:56:54 +09:00
committed by GitHub
parent ef7510804e
commit 436ccf7a34
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -1092,7 +1092,7 @@ namespace MPF.Core.Modules.Redumper
if (options.RedumperUseGenericDriveType)
{
this[FlagStrings.DriveType] = true;
DriveTypeValue = "Generic";
DriveTypeValue = "GENERIC";
}
// Set the output paths