aboutsummaryrefslogtreecommitdiff
path: root/formats.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-02 16:19:15 +0200
committerMaZderMind2014-10-02 16:19:15 +0200
commitb5f7004080f2ddf89e672aaa8ddb197703f8cf74 (patch)
tree7cb536a6c6d5a5d05c9698942f01c029aa3785de /formats.php
parent7d50beb6ddce3f99de2c015d00c9528ce52577a1 (diff)
player setup
Diffstat (limited to '')
-rw-r--r--formats.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/formats.php b/formats.php
index df2a4c8..4084804 100644
--- a/formats.php
+++ b/formats.php
@@ -14,11 +14,5 @@ echo $tpl->render(array(
'subtitle' => $GLOBALS['CONFIG']['ROOMS'][$room],
'room' => $room,
- 'formats' => array(
- 'hd' => 'FullHD',
- 'hq' => 'High Quality',
- 'lq' => 'Low Quality',
- 'audio' => 'Audio-Only',
- 'slides' => 'Slide-Images + Audio',
- ),
+ 'formats' => $GLOBALS['CONFIG']['FORMATS'],
));