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