diff --git a/theme.qml b/theme.qml index 5034e39..95d0351 100644 --- a/theme.qml +++ b/theme.qml @@ -28,7 +28,7 @@ FocusScope { if (currentCollection.shortName === "all-lastplayed") return api.allGames.get(allLastPlayed.mapToSource(currentGameIndex)) if (searchValue !== '') - return api.allGames.get(searchGames.mapToSource(currentGameIndex)) + return currentCollection.games.get(searchGames.mapToSource(currentGameIndex)) return currentCollection.games.get(currentGameIndex) }