Ensure we found the tags we're skipping (fixes #512)

This commit is contained in:
Matt Nadareski
2023-07-11 10:57:50 -04:00
parent cdc3da5839
commit fa92402bc5
2 changed files with 2 additions and 0 deletions

View File

@@ -88,6 +88,7 @@
- Parse and format Redumper CD multisession data
- New layerbreak takes precedence
- Reduce pulled information for Xbox and X360
- Ensure we found the tags we're skipping
### 2.5 (2023-03-12)

View File

@@ -2058,6 +2058,7 @@ namespace MPF.Library
case SiteCode.SSVersion:
case SiteCode.XMID:
case SiteCode.XeMID:
foundTag = true;
continue;
}