One more pass on options

This commit is contained in:
Matt Nadareski
2021-03-08 22:19:22 -08:00
parent f78ad4e7b6
commit bbbc3e98a0
8 changed files with 42 additions and 94 deletions

View File

@@ -158,7 +158,7 @@ namespace MPF.Check
// TODO: Replace this with Dictionary constructor
var options = new Options
{
InternalProgram = internalProgram,
InternalProgram = Converters.ToInternalProgram(internalProgram),
ScanForProtection = scan && !string.IsNullOrWhiteSpace(path),
PromptForDiscInformation = false,