Fixed an issue where the multi-scraper would sometimes not reload the gamelists.

This commit is contained in:
Leon Styhre 2021-12-02 17:36:00 +01:00
parent 654dc2a546
commit a794c717b6

View file

@ -175,7 +175,7 @@ GuiScraperMulti::GuiScraperMulti(Window* window,
GuiScraperMulti::~GuiScraperMulti()
{
if (mTotalSuccessful > 0) {
if (mTotalSuccessful > 0 || mSearchComp->getSavedNewMedia()) {
// Sort all systems to possibly update their view style from Basic to Detailed or Video.
for (auto it = SystemData::sSystemVector.cbegin(); // Line break.
it != SystemData::sSystemVector.cend(); ++it) {