Omit pulling universal hash (fixes #513)

This commit is contained in:
Matt Nadareski
2023-07-12 17:29:35 -04:00
parent fa92402bc5
commit a19937d630
2 changed files with 6 additions and 0 deletions

View File

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

View File

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