Commit 84eb1dc7 authored by SpinShare's avatar SpinShare

update tournament playlist

parent 95c37603
......@@ -25,7 +25,7 @@ class APITournamentController extends AbstractController
$baseUrl = $request->getScheme() . '://' . $request->getHttpHost() . $request->getBasePath();
// Botch
$tournamentPlaylist = $em->getRepository(SongPlaylist::class)->findOneBy(array('id' => "84"));
$tournamentPlaylist = $em->getRepository(SongPlaylist::class)->findOneBy(array('id' => "146"));
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