diff --git a/plugins/igdb/src/main/kotlin/de/grimsi/gameyfin/plugins/igdb/Mapper.kt b/plugins/igdb/src/main/kotlin/de/grimsi/gameyfin/plugins/igdb/Mapper.kt index 48294df..2eda103 100644 --- a/plugins/igdb/src/main/kotlin/de/grimsi/gameyfin/plugins/igdb/Mapper.kt +++ b/plugins/igdb/src/main/kotlin/de/grimsi/gameyfin/plugins/igdb/Mapper.kt @@ -115,6 +115,7 @@ class Mapper { when (gameMode.slug) { "single-player" -> gameFeatures.add(GameFeature.SINGLEPLAYER) "multiplayer" -> gameFeatures.add(GameFeature.MULTIPLAYER) + "massively-multiplayer-online-mmo" -> gameFeatures.add(GameFeature.MULTIPLAYER) "co-operative" -> gameFeatures.add(GameFeature.CO_OP) "split-screen" -> gameFeatures.add(GameFeature.SPLITSCREEN) else -> {