From b0a7c354112a86a30e4ab49e5cae685668dd2e92 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 17 Dec 2015 11:50:16 +0100 Subject: [32C3] explicitly name streams --- configs/conferences/32c3/config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/conferences') diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index af8592e..6fa5b6b 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -440,11 +440,13 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'lounge' => array( 'DISPLAY' => 'Lounge', + 'STREAM' => 'lounge', 'MUSIC' => true, 'EMBED' => true, ), 'ambient' => array( 'DISPLAY' => 'Ambient', + 'STREAM' => 'ambient', 'MUSIC' => true, 'EMBED' => true, ), -- cgit v1.2.3