aboutsummaryrefslogtreecommitdiff
path: root/view/streams-json-v2.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--view/streams-json-v2.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/streams-json-v2.php b/view/streams-json-v2.php
index 1e4c89b..bc22868 100644
--- a/view/streams-json-v2.php
+++ b/view/streams-json-v2.php
@@ -2,6 +2,7 @@
header('Content-Type: application/json');
+$struct = [];
foreach (Conferences::getActiveConferences() as $conference)
{
$overview = $conference->getOverview();
@@ -66,7 +67,7 @@ foreach (Conferences::getActiveConferences() as $conference)
case 'dash':
$urls['dash'] = array(
- 'display' => $display,
+ 'display' => 'DASH, baby',
'tech' => $room->getDashTech(),
'url' => $room->getDashManifestUrl(),
);