diff --git a/CHANGELIST.md b/CHANGELIST.md index 1eaac9ae..8ededbfc 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -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) diff --git a/MPF.Library/InfoTool.cs b/MPF.Library/InfoTool.cs index 24893cf6..f17e8ebe 100644 --- a/MPF.Library/InfoTool.cs +++ b/MPF.Library/InfoTool.cs @@ -2058,6 +2058,7 @@ namespace MPF.Library case SiteCode.SSVersion: case SiteCode.XMID: case SiteCode.XeMID: + foundTag = true; continue; }