From a19937d6307bbfab25d41d9b092af9e6cb09b625 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 12 Jul 2023 17:29:35 -0400 Subject: [PATCH] Omit pulling universal hash (fixes #513) --- CHANGELIST.md | 1 + MPF.Library/InfoTool.cs | 5 +++++ 2 files changed, 6 insertions(+) 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: