Skip to content

Commit

Permalink
Changed Warpzone Playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraWebdev committed Dec 15, 2023
1 parent e5b4722 commit bcffa90
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' => "475"));
$tournamentPlaylist = $em->getRepository(SongPlaylist::class)->findOneBy(array('id' => "541"));

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

0 comments on commit bcffa90

Please sign in to comment.