mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
osc24: fix room names
This commit is contained in:
parent
3b2294482d
commit
4254d122de
1 changed files with 4 additions and 4 deletions
|
@ -112,7 +112,7 @@ $CONFIG['OVERVIEW'] = array(
|
|||
'GROUPS' => array(
|
||||
'Lecture Rooms' => array(
|
||||
'Saal',
|
||||
'Galerie',
|
||||
'Gallerie',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
@ -123,7 +123,7 @@ $CONFIG['OVERVIEW'] = array(
|
|||
* 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,
|
||||
|
@ -144,8 +144,8 @@ $CONFIG['ROOMS'] = array(
|
|||
'IRC' => false,
|
||||
'TWITTER' => false,
|
||||
),
|
||||
'movieroom' => array(
|
||||
'DISPLAY' => 'Galeree',
|
||||
'Gallerie' => array(
|
||||
'DISPLAY' => 'Gallerie',
|
||||
'STREAM' => 's42',
|
||||
'PREVIEW' => true,
|
||||
'TRANSLATION' => false,
|
||||
|
|
Loading…
Reference in a new issue