mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
divoc: fix schedule room name
This commit is contained in:
parent
6672b48a47
commit
e29ac64219
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ $CONFIG['ROOMS'] = array(
|
|||
* in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird.
|
||||
*/
|
||||
'bb3' => array(
|
||||
'DISPLAY' => 'Main Stream',
|
||||
'DISPLAY' => 'Mainstream',
|
||||
'WIDE' => true,
|
||||
'STREAM' => 'csh',
|
||||
'PREVIEW' => true,
|
||||
|
@ -151,7 +151,7 @@ $CONFIG['ROOMS'] = array(
|
|||
'AUDIO' => true,
|
||||
'MUSIC' => false,
|
||||
'SCHEDULE' => true,
|
||||
'SCHEDULE_NAME' => 'Main Stream',
|
||||
'SCHEDULE_NAME' => 'Mainstream',
|
||||
'FEEDBACK' => true,
|
||||
'SUBTITLES' => false,
|
||||
'SUBTITLES_ROOM_ID' => 1,
|
||||
|
|
Loading…
Reference in a new issue