diff --git a/src/Controller/API/Tournament/APITournamentController.php b/src/Controller/API/Tournament/APITournamentController.php index 439e5eb..9752b02 100644 --- a/src/Controller/API/Tournament/APITournamentController.php +++ b/src/Controller/API/Tournament/APITournamentController.php @@ -25,7 +25,7 @@ public function tournamentMappool(Request $request) $baseUrl = $request->getScheme() . '://' . $request->getHttpHost() . $request->getBasePath(); // Botch - $tournamentPlaylist = $em->getRepository(SongPlaylist::class)->findOneBy(array('id' => "475")); + $tournamentPlaylist = $em->getRepository(SongPlaylist::class)->findOneBy(array('id' => "541")); foreach($tournamentPlaylist->getSongs() as $tournamentChart) { $chartItem = $tournamentChart->getJSON();