diff options
author | Daniel Molkentin | 2018-08-25 09:22:44 +0200 |
---|---|---|
committer | Daniel Molkentin | 2018-08-25 09:22:44 +0200 |
commit | f1a75c9a28c84e2f97d9152b6cf73656a165c447 (patch) | |
tree | 67340f3f60b5edfe5a4f5efa768d8c25058e0b1b /configs/conferences/froscon2018 | |
parent | 2f548685c041bfc729d44fa3ba907622f9fd1b22 (diff) |
let S6 really show s6
Diffstat (limited to 'configs/conferences/froscon2018')
-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 1aa2d0d..62efa9a 100644 --- a/configs/conferences/froscon2018/config.php +++ b/configs/conferences/froscon2018/config.php @@ -233,7 +233,7 @@ $CONFIG['ROOMS'] = array( ), 'S6' => array( 'DISPLAY' => 'HS 6', - 'STREAM' => 's1', + 'STREAM' => 's6', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, |