Skip to content

Commit

Permalink
osc24: fix room names
Browse files Browse the repository at this point in the history
  • Loading branch information
danimo committed Jun 24, 2024
1 parent 3b22944 commit 4254d12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/conferences/osc24/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
'GROUPS' => array(
'Lecture Rooms' => array(
'Saal',
'Galerie',
'Gallerie',
),
),
);
Expand All @@ -123,7 +123,7 @@
* Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.)
*/
$CONFIG['ROOMS'] = array(
'lectureroom' => array(
'Saal' => array(
'DISPLAY' => 'Saal',
'STREAM' => 's41',
'PREVIEW' => true,
Expand All @@ -144,8 +144,8 @@
'IRC' => false,
'TWITTER' => false,
),
'movieroom' => array(
'DISPLAY' => 'Galeree',
'Gallerie' => array(
'DISPLAY' => 'Gallerie',
'STREAM' => 's42',
'PREVIEW' => true,
'TRANSLATION' => false,
Expand Down

0 comments on commit 4254d12

Please sign in to comment.