From b5f7004080f2ddf89e672aaa8ddb197703f8cf74 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 2 Oct 2014 16:19:15 +0200 Subject: player setup --- formats.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'formats.php') 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'], )); -- cgit v1.2.3