From 9ee9627b083122a2ef829c4a8b1c9e083e0a87a4 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 21 Mar 2017 22:10:34 +0100 Subject: fix room-stream mapping --- configs/conferences/fossgis17/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/conferences/fossgis17/config.php b/configs/conferences/fossgis17/config.php index 761d069..91d5d76 100644 --- a/configs/conferences/fossgis17/config.php +++ b/configs/conferences/fossgis17/config.php @@ -148,7 +148,7 @@ $CONFIG['ROOMS'] = array( * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von * s1 bis s5 durchnummeriert. */ - 'STREAM' => 's4', + 'STREAM' => 's6', /** * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen @@ -346,7 +346,7 @@ $CONFIG['ROOMS'] = array( 'IM-HS-11' => array( 'DISPLAY' => 'IM-HS-11', - 'STREAM' => 's5', + 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -367,7 +367,7 @@ $CONFIG['ROOMS'] = array( 'IM-HS-13' => array( 'DISPLAY' => 'IM HS 13', - 'STREAM' => 's6', + 'STREAM' => 's5', 'PREVIEW' => true, 'TRANSLATION' => false, -- cgit v1.2.3