Limit IGDB plugin to PC search results until Gameyfin has multi-platform support

This commit is contained in:
grimsi
2025-06-13 15:14:12 +02:00
parent 54e37889c1
commit e96dd7f6c6
@@ -130,6 +130,8 @@ class IgdbPlugin(wrapper: PluginWrapper) : ConfigurableGameyfinPlugin(wrapper) {
// Note: Limit is intentionally set high because IGDBs ranking algorithm is not very good
val searchByNameQuery = APICalypse()
.fields(QUERY_FIELDS)
// TODO: Change for multi-platform support
.where("platforms.slug = \"win\"")
.limit(100)
.search(gameTitle)