From 928101676872b84bcdf3854b4907095963d59906 Mon Sep 17 00:00:00 2001 From: Sophie Schiller Date: Fri, 21 May 2021 19:47:53 +0200 Subject: conferences/fossgis2021 hyphens in stream names are evil, let's remove them --- configs/conferences/fossgis2021/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/conferences/fossgis2021/config.php b/configs/conferences/fossgis2021/config.php index 8fb62fe..0d0cbfa 100644 --- a/configs/conferences/fossgis2021/config.php +++ b/configs/conferences/fossgis2021/config.php @@ -128,7 +128,7 @@ $CONFIG['OVERVIEW'] = array( $CONFIG['ROOMS'] = array( 'buehne1' => array( 'DISPLAY' => 'Bühne 1', - 'STREAM' => 'fossgis21-1', + 'STREAM' => 'fossgis1', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -153,7 +153,7 @@ $CONFIG['ROOMS'] = array( ), 'buehne2' => array( 'DISPLAY' => 'Bühne 2', - 'STREAM' => 'fossgis21-2', + 'STREAM' => 'fossgis2', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -178,7 +178,7 @@ $CONFIG['ROOMS'] = array( ), 'buehne3' => array( 'DISPLAY' => 'Bühne 3', - 'STREAM' => 'fossgis21-3', + 'STREAM' => 'fossgis3', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -203,7 +203,7 @@ $CONFIG['ROOMS'] = array( ), 'buehne4' => array( 'DISPLAY' => 'Bühne 4', - 'STREAM' => 'fossgis21-4', + 'STREAM' => 'fossgis4', 'PREVIEW' => true, 'TRANSLATION' => false, -- cgit v1.2.3