mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
JSON: get 'schedule' working
This commit is contained in:
parent
dfd24b1ab2
commit
4a67b3d2f2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class ConferenceJson extends Conference
|
||||||
"releases" => "https://media.ccc.de/c/".$media_slug,
|
"releases" => "https://media.ccc.de/c/".$media_slug,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
// 'schedule' => (array) $c->streamingConfig->schedule
|
'schedule' => isset($c->streamingConfig->schedule) ? (array)$c->streamingConfig->schedule : [],
|
||||||
'rooms' => $this->rooms,
|
'rooms' => $this->rooms,
|
||||||
'overview' => [
|
'overview' => [
|
||||||
'groups' => $groups
|
'groups' => $groups
|
||||||
|
|
Loading…
Reference in a new issue