Fix comment field pulling again (fixes #522)

This commit is contained in:
Matt Nadareski
2023-07-18 22:40:08 -04:00
parent 19f58d9dde
commit 7344460409
2 changed files with 5 additions and 4 deletions

View File

@@ -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)

View File

@@ -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