aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMaZderMind2015-12-28 15:51:14 +0100
committerMaZderMind2015-12-28 15:51:14 +0100
commita69ef76e8c73a240d260cd60077dfcd42a6f284e (patch)
tree09388287741e960e54bb8aeee1effb9c6da36244 /configs
parent6be05f60903348f4690249052c98a15ca10ab3ed (diff)
provide Radio Fairydust on the streaming-page
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/32c3/config.php7
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,
+ ),
);