mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 20:15:38 +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;
|
||||
break;
|
||||
}
|
||||
if (scraperService == "screenscraper" &&
|
||||
Settings::getInstance()->getBool("ScrapeBackCovers")) {
|
||||
if (Settings::getInstance()->getBool("ScrapeBackCovers")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
if (Settings::getInstance()->getBool("ScrapeFanArt")) {
|
||||
contentToScrape = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue