mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix comment field pulling again (fixes #522)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user