Add skeleton to Redumper CD by default

This commit is contained in:
Matt Nadareski
2024-11-18 12:22:50 -05:00
parent bc690614e6
commit 466d8f58b0
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
- Consolidate parameter string splitting
- Fix fully matching when multiple matches found
- Remove usages of `this.` in more places
- Add `skeleton` to Redumper CD by default
### 3.2.3 (2024-11-06)

View File

@@ -574,7 +574,7 @@ namespace MPF.ExecutionContexts.Redumper
ModeValues = RedumpSystem switch
{
SabreTools.RedumpLib.Data.RedumpSystem.SuperAudioCD => [CommandStrings.SACD],
_ => [CommandStrings.CD],
_ => [CommandStrings.CD, CommandStrings.Skeleton],
};
break;
case SabreTools.RedumpLib.Data.MediaType.DVD: