From 635d18c164bd3171a1075c2add8f248a01dc8eb1 Mon Sep 17 00:00:00 2001
From: Daniel Molkentin
Date: Sun, 11 Oct 2020 15:24:40 +0200
Subject: fix room name

---
 configs/conferences/fffpk/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'configs/conferences/fffpk/config.php')

diff --git a/configs/conferences/fffpk/config.php b/configs/conferences/fffpk/config.php
index d713770..e3f3e4d 100644
--- a/configs/conferences/fffpk/config.php
+++ b/configs/conferences/fffpk/config.php
@@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array(
  * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.)
  */
 $CONFIG['ROOMS'] = array(
-	'gasometer' => array(
+	'fff' => array(
 		'DISPLAY' => 'Pressekonferenz',
 		'STREAM' => 'fff',
 		'PREVIEW' => true,
-- 
cgit v1.2.3