diff --git a/es-app/src/CollectionSystemManager.cpp b/es-app/src/CollectionSystemManager.cpp index e10a9784d..b359dc45a 100644 --- a/es-app/src/CollectionSystemManager.cpp +++ b/es-app/src/CollectionSystemManager.cpp @@ -221,7 +221,7 @@ void CollectionSystemManager::updateSystemsList() // updates all collection files related to the source file void CollectionSystemManager::refreshCollectionSystems(FileData* file) { - if (!file->getSystem()->isGameSystem()) + if (!file->getSystem()->isGameSystem() || file->getType() != GAME) return; std::map allCollections;