diff --git a/configs/conferences/godotcon2023/config.php b/configs/conferences/godotcon2023/config.php index f649e306..9b73812d 100644 --- a/configs/conferences/godotcon2023/config.php +++ b/configs/conferences/godotcon2023/config.php @@ -82,6 +82,7 @@ ), 'atrium' => array( + 'WIDE' => true, 'DISPLAY' => 'Atrium', 'STREAM' => 's4', 'PREVIEW' => true, @@ -125,7 +126,6 @@ 'URL' => 'https://pretalx.c3voc.de/godotcon2023/schedule/export/schedule.xml', 'ROOMFILTER' => array('Atrium', 'New York', 'Redmond'), 'SCALE' => 7, - 'SIMULATE_OFFSET' => 0, ); return $CONFIG;