From 6ca102c77d0d2e3e5da962dbf69596af866d039f Mon Sep 17 00:00:00 2001
From: Anton Schubert
Date: Sat, 2 May 2020 22:34:48 +0200
Subject: remove legacy video tab

---
 view/streams-json-v1.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'view/streams-json-v1.php')

diff --git a/view/streams-json-v1.php b/view/streams-json-v1.php
index 055f6bc..d394384 100644
--- a/view/streams-json-v1.php
+++ b/view/streams-json-v1.php
@@ -66,7 +66,7 @@ foreach (Conferences::getActiveConferences() as $conference)
 
 					case 'dash':
 						$urls['dash'] = array(
-							'display' => $display,
+							'display' => "MPEG-Dash",
 							'tech' => $room->getDashTech(),
 							'url' => $room->getDashManifestUrl(),
 						);
-- 
cgit v1.2.3