diff --git a/Controller/ConfController.php b/Controller/ConfController.php index 76c6524..9ed7c3b 100644 --- a/Controller/ConfController.php +++ b/Controller/ConfController.php @@ -74,8 +74,7 @@ public function confAction(Request $request): Response $jsonData = $this->renderView( '@PumukitPaellaPlayer/Conf/conf.json.twig', [ - 'isLive' => true, - 'notLive' => false,'xapi_endpoint' => $this->paellaXAPIEndpoint, + 'xapi_endpoint' => $this->paellaXAPIEndpoint, 'xapi_auth' => $this->paellaXAPIAuth, 'access_control_class' => $this->paellaAccessControlClass, 'footprints' => $this->paellaFootPrints,