Set fan art scraping as enabled by default.

This commit is contained in:
Leon Styhre 2022-02-20 17:49:57 +01:00
parent 01ccdc3df6
commit 5f4a26c38c

View file

@ -100,7 +100,7 @@ void Settings::setDefaults()
mBoolMap["ScrapeMarquees"] = {true, true};
mBoolMap["Scrape3DBoxes"] = {true, true};
mBoolMap["ScrapePhysicalMedia"] = {true, true};
mBoolMap["ScrapeFanArt"] = {false, false};
mBoolMap["ScrapeFanArt"] = {true, true};
mStringMap["MiximageResolution"] = {"1280x960", "1280x960"};
mStringMap["MiximageScreenshotScaling"] = {"sharp", "sharp"};