diff --git a/CHANGELIST.md b/CHANGELIST.md index 8ededbfc..662eab89 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -89,6 +89,7 @@ - New layerbreak takes precedence - Reduce pulled information for Xbox and X360 - Ensure we found the tags we're skipping +- Omit pulling universal hash ### 2.5 (2023-03-12) diff --git a/MPF.Library/InfoTool.cs b/MPF.Library/InfoTool.cs index f17e8ebe..2670935d 100644 --- a/MPF.Library/InfoTool.cs +++ b/MPF.Library/InfoTool.cs @@ -2051,6 +2051,11 @@ namespace MPF.Library // Skip certain site codes because of data issues switch (siteCode) { + // Audio CD + case SiteCode.UniversalHash: + foundTag = true; + continue; + // Xbox and X360 case SiteCode.DMIHash: case SiteCode.PFIHash: