From a69ef76e8c73a240d260cd60077dfcd42a6f284e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 28 Dec 2015 15:51:14 +0100 Subject: provide Radio Fairydust on the streaming-page --- configs/conferences/32c3/config.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/conferences/32c3') 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, + ), ); -- cgit v1.2.3