diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/32c3/config.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index 04a630c..7578c52 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -121,6 +121,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( 'ambient', 'dome', 'chaos-west', + 'radio', ), 'Live Podcasts' => array( 'sendezentrum', @@ -503,6 +504,12 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'MUSIC' => true, 'EMBED' => true, ), + 'radio' => array( + 'DISPLAY' => 'Radio Fairydust', + 'STREAM' => 'radio', + 'MUSIC' => true, + 'EMBED' => true, + ), ); |