diff options
author | derchris | 2018-08-25 09:49:11 +0200 |
---|---|---|
committer | derchris | 2018-08-25 09:49:11 +0200 |
commit | 7e5f9aac47486f83bff826dcae2e528aedc9e1cb (patch) | |
tree | cb3eabae86ce6448b881310c74f2e650d5ac38bf /configs/conferences/froscon2018/config.php | |
parent | f1a75c9a28c84e2f97d9152b6cf73656a165c447 (diff) |
froscon: fix saal 1
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/froscon2018/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/froscon2018/config.php b/configs/conferences/froscon2018/config.php index 62efa9a..594c36c 100644 --- a/configs/conferences/froscon2018/config.php +++ b/configs/conferences/froscon2018/config.php @@ -137,7 +137,7 @@ $CONFIG['ROOMS'] = array( */ 'S1' => array( 'DISPLAY' => 'HS 1', - 'STREAM' => 's6', + 'STREAM' => 's1', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, |