From 505b5ea826e04856b6490357d32c80e46202b0a2 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 28 May 2017 18:36:30 +0200 Subject: repair api-ouput in the presence of DASH streams --- view/streams-json-v2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/streams-json-v2.php') 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(), ); -- cgit v1.2.3