diff options
author | MaZderMind | 2015-12-28 15:51:14 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-28 15:51:14 +0100 |
commit | a69ef76e8c73a240d260cd60077dfcd42a6f284e (patch) | |
tree | 09388287741e960e54bb8aeee1effb9c6da36244 /configs/conferences/32c3 | |
parent | 6be05f60903348f4690249052c98a15ca10ab3ed (diff) |
provide Radio Fairydust on the streaming-page
Diffstat (limited to 'configs/conferences/32c3')
-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, + ), ); |