diff --git a/es-app/src/guis/GuiMetaDataEd.cpp b/es-app/src/guis/GuiMetaDataEd.cpp index 4104af36f..810d33e1a 100644 --- a/es-app/src/guis/GuiMetaDataEd.cpp +++ b/es-app/src/guis/GuiMetaDataEd.cpp @@ -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.