diff --git a/es-app/src/guis/GuiGamelistOptions.cpp b/es-app/src/guis/GuiGamelistOptions.cpp index 1159c5e7e..c24f5f225 100644 --- a/es-app/src/guis/GuiGamelistOptions.cpp +++ b/es-app/src/guis/GuiGamelistOptions.cpp @@ -348,6 +348,10 @@ void GuiGamelistOptions::openMetaDataEd() file->metadata.set(it->key, it->defaultValue); } + // Update all collections where the game is present. + if (file->getType() == GAME) + CollectionSystemsManager::get()->refreshCollectionSystems(file); + file->getSystem()->sortSystem(); mWindow->invalidateCachedBackground();