Adding a space to the -No Title Key- string in the DVD Protection section (#328)

This commit is contained in:
TonyLizard
2021-11-26 06:03:28 +01:00
committed by GitHub
parent 32bcfa1d42
commit aa6fd781e8

View File

@@ -2477,7 +2477,7 @@ namespace MPF.Modules.DiscImageCreator
if (matchedFilename.EndsWith(";1"))
matchedFilename = matchedFilename.Substring(0, matchedFilename.Length - 2);
vobKeys += $"{matchedFilename} Title Key: No TitleKey\n";
vobKeys += $"{matchedFilename} Title Key: No Title Key\n";
}
else
{