From 8feb42b56a788e579e8d0162720724db2ec49e43 Mon Sep 17 00:00:00 2001
From: Leon Styhre <leon@leonstyhre.com>
Date: Sat, 26 Jun 2021 13:13:50 +0200
Subject: [PATCH] Added TheGamesDB scraper support for the Nintendo Switch
 platform.

---
 es-app/src/scrapers/GamesDBJSONScraper.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/es-app/src/scrapers/GamesDBJSONScraper.cpp b/es-app/src/scrapers/GamesDBJSONScraper.cpp
index 5f3a33627..81950303a 100644
--- a/es-app/src/scrapers/GamesDBJSONScraper.cpp
+++ b/es-app/src/scrapers/GamesDBJSONScraper.cpp
@@ -80,6 +80,7 @@ const std::map<PlatformId, std::string> gamesdb_new_platformid_map {
     { NINTENDO_GAME_AND_WATCH, "4950" },
     { NINTENDO_POKEMON_MINI, "4957" },
     { NINTENDO_SATELLAVIEW, "6" },
+    { NINTENDO_SWITCH, "4971" },
     { BANDAI_SUFAMI_TURBO, "6" },
     { DOS, "1" },
     { PC, "1" },