mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed an issue where folder metadata was sometimes included in the filter index.
This commit is contained in:
parent
b0d3133983
commit
65dd65029b
|
@ -788,7 +788,8 @@ void GuiMetaDataEd::save()
|
|||
GamelistFileParser::updateGamelist(mScraperParams.system);
|
||||
|
||||
// Enter game in index.
|
||||
mScraperParams.system->getIndex()->addToIndex(mScraperParams.game);
|
||||
if (mScraperParams.game->getType() == GAME)
|
||||
mScraperParams.system->getIndex()->addToIndex(mScraperParams.game);
|
||||
|
||||
// If it's a folder that has been updated, we need to manually sort the gamelist
|
||||
// as CollectionSystemsManager ignores folders.
|
||||
|
|
Loading…
Reference in a new issue