mirror of
https://github.com/voc/streaming-website
synced 2024-11-15 08:57:11 +00:00
osc18: change room affinity
This commit is contained in:
parent
fae396726c
commit
8add77adea
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ $CONFIG['ROOMS'] = array(
|
|||
* Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von
|
||||
* s1 bis s5 durchnummeriert.
|
||||
*/
|
||||
'STREAM' => 's41',
|
||||
'STREAM' => 's4',
|
||||
|
||||
/**
|
||||
* Stream-Vorschaubildchen auf der Übersichtsseite anzeigen
|
||||
|
@ -366,7 +366,7 @@ $CONFIG['ROOMS'] = array(
|
|||
),
|
||||
'small' => array(
|
||||
'DISPLAY' => 'Small',
|
||||
'STREAM' => 's4',
|
||||
'STREAM' => 's41',
|
||||
'PREVIEW' => true,
|
||||
'TRANSLATION' => false,
|
||||
'STEREO' => false,
|
||||
|
|
Loading…
Reference in a new issue