Add alternate pseudo-tag for Playable Demos

This commit is contained in:
Matt Nadareski
2022-02-02 12:54:08 -08:00
parent 72e56aa1c7
commit dc7da708dc
2 changed files with 2 additions and 0 deletions

View File

@@ -75,6 +75,7 @@
- Read longer string for Saturn internal serial
- Ensure version only pulled if one doesn't exist
- Ensure Games pseudo-tag is multi-line
- Add alternate pseudo-tag for Playable Demos
### 2.2 (2021-12-30)
- Fix Saturn header finding

View File

@@ -1673,6 +1673,7 @@ namespace MPF.Library
}
// For some outdated tags, we need to use alternate names
text = text.Replace("<b>Demos</b>:", ((SiteCode?)SiteCode.PlayableDemos).ShortName());
text = text.Replace("DMI:", ((SiteCode?)SiteCode.DMIHash).ShortName());
text = text.Replace("<b>LucasArts ID</b>:", ((SiteCode?)SiteCode.LucasArtsID).ShortName());
text = text.Replace("PFI:", ((SiteCode?)SiteCode.PFIHash).ShortName());