diff options
author | MaZderMind | 2017-05-28 18:36:30 +0200 |
---|---|---|
committer | MaZderMind | 2017-05-28 18:36:30 +0200 |
commit | 505b5ea826e04856b6490357d32c80e46202b0a2 (patch) | |
tree | 2fd39a0463f7387bbc3637cdc4ebdeaf47884364 | |
parent | 7a914057eb0b27ca1c391aec513d64d3dfaf1005 (diff) |
repair api-ouput in the presence of DASH streams
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(), ); |