diff --git a/es-app/src/views/gamelist/ISimpleGameListView.cpp b/es-app/src/views/gamelist/ISimpleGameListView.cpp index c6eee5642..8333e3e95 100644 --- a/es-app/src/views/gamelist/ISimpleGameListView.cpp +++ b/es-app/src/views/gamelist/ISimpleGameListView.cpp @@ -153,7 +153,8 @@ bool ISimpleGameListView::input(InputConfig* config, Input input) else if (config->isMappedTo("y", input) && !UIModeController::getInstance()->isUIModeKid()) { if (mRoot->getSystem()->isGameSystem()) { - NavigationSounds::getInstance()->playThemeNavigationSound(FAVORITESOUND); + if (getCursor()->getType() == GAME) + NavigationSounds::getInstance()->playThemeNavigationSound(FAVORITESOUND); if (CollectionSystemManager::get()->toggleGameInCollection(getCursor())) return true; }