API eindpunt iets aangepast

This commit is contained in:
NH Gooi
2024-09-25 21:18:36 +02:00
parent 7f07a28b98
commit 8d1e79f1b7

View File

@@ -69,7 +69,7 @@ class StreamController extends Controller
}
return view('listen', [
'source' => $this->API_URL . 'programma/stream/' . $current->format('Y/m/d/H') . '/1',
'source' => $this->API_URL . 'programma/stream/' . $current->format('Y/m/d/H'),
'tabs' => $hours,
'title' => 'Uitzending terugluisteren',
'content' => 'de uitzending van ' . $current->format('d-m-Y, H') . ':00 uur',