diff options
author | Lukas Schauer | 2019-06-25 23:53:35 +0200 |
---|---|---|
committer | Lukas Schauer | 2019-06-25 23:53:35 +0200 |
commit | 6fb49e9b60f94116382a43e5e385d566686a40d7 (patch) | |
tree | 3f26c3fa203f8ed9cd91ceea35dcc08e87b648af /configs/conferences/fusion19/config.php | |
parent | 35592c0468b0962a8f8eea86ee4304892fcc5757 (diff) |
fusion19 is s1
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fusion19/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/fusion19/config.php b/configs/conferences/fusion19/config.php index 5ebb45d..441cb23 100644 --- a/configs/conferences/fusion19/config.php +++ b/configs/conferences/fusion19/config.php @@ -122,7 +122,7 @@ $CONFIG['OVERVIEW'] = array( * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) */ $CONFIG['ROOMS'] = array( - 'q2' => array( + 's1' => array( 'DISPLAY' => 'ConTent', 'STREAM' => 's1', 'PREVIEW' => true, @@ -136,7 +136,7 @@ $CONFIG['ROOMS'] = array( 'MUSIC' => false, 'SCHEDULE' => false, - 'SCHEDULE_NAME' => 'q2', + 'SCHEDULE_NAME' => 's1', 'FEEDBACK' => false, 'SUBTITLES' => false, 'EMBED' => true, |