diff options
Diffstat (limited to '')
-rw-r--r-- | view/streams-json-v2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/streams-json-v2.php b/view/streams-json-v2.php index 05d2af5..bc22868 100644 --- a/view/streams-json-v2.php +++ b/view/streams-json-v2.php @@ -67,7 +67,7 @@ foreach (Conferences::getActiveConferences() as $conference) case 'dash': $urls['dash'] = array( - 'display' => $display, + 'display' => 'DASH, baby', 'tech' => $room->getDashTech(), 'url' => $room->getDashManifestUrl(), ); |