diff --git a/CHANGELIST.md b/CHANGELIST.md index af0d6660..7063043e 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,10 +1,11 @@ -### WIP (xxxx-xx-xx) +### 2.6.1 (2023-07-19) - Simplify Redumper error value extraction - Don't pull comment fields that auto-populate - Set best compression levels for log files - Be more explicit about .NET 6 limitation - Set extensions for Redumper in UI +- Fix comment field pulling again ### 2.6 (2023-07-14) diff --git a/MPF.Library/InfoTool.cs b/MPF.Library/InfoTool.cs index 188a772e..17c02dcc 100644 --- a/MPF.Library/InfoTool.cs +++ b/MPF.Library/InfoTool.cs @@ -2060,7 +2060,7 @@ namespace MPF.Library case SiteCode.Multisession: case SiteCode.VolumeLabel: foundTag = true; - break; + continue; // Audio CD case SiteCode.RingNonZeroDataStart: @@ -2081,12 +2081,12 @@ namespace MPF.Library // Microsoft Xbox One and Series X/S case SiteCode.Filename: foundTag = true; - break; + continue; // Nintendo Gamecube case SiteCode.InternalName: foundTag = true; - break; + continue; } // Cache the current site code