From f652ae2be38e74796ed63ba72e23fcb632818118 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 19 Oct 2014 12:12:20 +0200 Subject: restructure room site to produce a unique room/player/formats page --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.php') diff --git a/config.php b/config.php index c5fad8d..4e351ca 100644 --- a/config.php +++ b/config.php @@ -19,8 +19,8 @@ $GLOBALS['CONFIG']['FORMATS'] = array( 'hd' => 'FullHD', 'hq' => 'High Quality', 'lq' => 'Low Quality', - 'audio' => 'Audio-Only', - 'slides' => 'Slide-Images + Audio', + 'audio' => 'Audio', + 'slides' => 'Slide-Images', ); ?> -- cgit v1.2.3