mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed an issue where the multi-scraper would not update the collection systems.
This commit is contained in:
parent
06c31d06eb
commit
43ad07b04d
|
@ -17,6 +17,7 @@
|
|||
#include "guis/GuiMsgBox.h"
|
||||
#include "guis/GuiScraperSearch.h"
|
||||
#include "views/ViewController.h"
|
||||
#include "CollectionSystemsManager.h"
|
||||
#include "Gamelist.h"
|
||||
#include "MameNames.h"
|
||||
#include "SystemData.h"
|
||||
|
@ -186,6 +187,7 @@ void GuiScraperMulti::acceptResult(const ScraperSearchResult& result)
|
|||
mSearchQueue.pop();
|
||||
mCurrentGame++;
|
||||
mTotalSuccessful++;
|
||||
CollectionSystemsManager::get()->refreshCollectionSystems(search.game);
|
||||
doNextSearch();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue