From e26320fb6d40d35b3c8eaa2ae355ae61048a6089 Mon Sep 17 00:00:00 2001 From: grimsi <9295182+grimsi@users.noreply.github.com> Date: Sun, 30 Mar 2025 12:58:39 +0200 Subject: [PATCH] Add new game mode from IGDB --- .../src/main/kotlin/de/grimsi/gameyfin/plugins/igdb/Mapper.kt | 1 + 1 file changed, 1 insertion(+) 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 -> {