mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
Fixed an issue where the multi-scraper would sometimes not reload the gamelists.
This commit is contained in:
parent
654dc2a546
commit
a794c717b6
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue