Skip to content

Commit

Permalink
JSON: get 'schedule' working
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed May 24, 2024
1 parent dfd24b1 commit 4a67b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/ConferenceJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function($r) { return $r->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,
'overview' => [
'groups' => $groups
Expand Down

0 comments on commit 4a67b3d

Please sign in to comment.