Commit 508bd8ba authored by Andreas Heimann's avatar Andreas Heimann

added correct mappool id

parent 4d0cb09e
......@@ -25,7 +25,7 @@ class APITournamentController extends AbstractController
$baseUrl = $request->getScheme() . '://' . $request->getHttpHost() . $request->getBasePath();
// Botch
$tournamentPlaylist = $em->getRepository(SongPlaylist::class)->findOneBy(array('id' => "2"));
$tournamentPlaylist = $em->getRepository(SongPlaylist::class)->findOneBy(array('id' => "4"));
foreach($tournamentPlaylist->getSongs() as $tournamentChart) {
$chartItem = $tournamentChart->getJSON();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment