mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Adding a space to the -No Title Key- string in the DVD Protection section (#328)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user