Skip to content

Commit

Permalink
Changed WarpZone playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
SpinShare authored Dec 20, 2024
1 parent 09a12f0 commit 16c0e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/API/Tournament/APITournamentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => "603"));
$tournamentPlaylist = $em->getRepository(SongPlaylist::class)->findOneBy(array('id' => "671"));

foreach($tournamentPlaylist->getSongs() as $tournamentChart) {
$chartItem = $tournamentChart->getJSON();
Expand Down

0 comments on commit 16c0e2c

Please sign in to comment.