IPlatform.ScrapeAs returns null instead of the "Scrape As" platform name.

Issue #3204 new
Former user created an issue

I have set up the platform "3DO Interactive Company" as "Panasonic 3DO".

The following code returns null for a game for the Panasonic 3DO platform:

IPlatform platformScrapeAs = PluginHelper.DataManager.GetPlatformByName(_selectedGame.Platform);

string scrapeAsName = platformScrapeAs.ScrapeAs;

// scrapeAsName is null.

// platformScrapeAs returns an object with the other properties populated, but the ScrapeAs property is null.

Comments (0)

  1. Log in to comment