aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 12:12:20 +0200
committerMaZderMind2014-10-19 12:12:20 +0200
commitf652ae2be38e74796ed63ba72e23fcb632818118 (patch)
treefac87e88a3928b789c0d9b7f4a9a2ac5b6cbb77e /config.php
parentc2f7758004a9016910168ad47c1a4300e107f2c2 (diff)
restructure room site to produce a unique room/player/formats page
Diffstat (limited to 'config.php')
-rw-r--r--config.php4
1 files changed, 2 insertions, 2 deletions
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',
);
?>