mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-23 14:55:39 +00:00
Added media type checks for fan art and TheGamesDB box back covers to the multi-scraper.
This commit is contained in:
parent
d343e785af
commit
c2619fd520
|
@ -1024,8 +1024,11 @@ void GuiScraperMenu::start()
|
||||||
contentToScrape = true;
|
contentToScrape = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (scraperService == "screenscraper" &&
|
if (Settings::getInstance()->getBool("ScrapeBackCovers")) {
|
||||||
Settings::getInstance()->getBool("ScrapeBackCovers")) {
|
contentToScrape = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
if (Settings::getInstance()->getBool("ScrapeFanArt")) {
|
||||||
contentToScrape = true;
|
contentToScrape = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue