Hook up CSS output for testing

This commit is contained in:
Matt Nadareski
2023-06-18 21:15:50 -04:00
parent 56cf8f3574
commit 07ec821e9a
2 changed files with 2 additions and 1 deletions

View File

@@ -70,6 +70,7 @@
- Fix previous commit, clean up helpers
- Update redumper to build 173
- Initial support for Redumper CSS outputs
- Hook up CSS output for testing
### 2.5 (2023-03-12)

View File

@@ -307,7 +307,7 @@ namespace MPF.Modules.Redumper
case RedumpSystem.DVDAudio:
case RedumpSystem.DVDVideo:
// TODO: Support DVD protection when generated
info.CopyProtection.Protection = GetDVDProtection($"{basePath}.log") ?? string.Empty;
break;
case RedumpSystem.KonamiPython2: