diff options
author | MaZderMind | 2015-12-17 11:50:16 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-17 11:50:36 +0100 |
commit | b0a7c354112a86a30e4ab49e5cae685668dd2e92 (patch) | |
tree | 9a0b4e82c25ae85a9d5c2402a164f8490c5bea8d /configs | |
parent | bdccd2f11facd96e613cd765cd899adf487216f6 (diff) |
[32C3] explicitly name streams
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/32c3/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
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, ), |