aboutsummaryrefslogtreecommitdiff
path: root/room.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--room.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/room.php b/room.php
index c297610..478484b 100644
--- a/room.php
+++ b/room.php
@@ -21,17 +21,11 @@ switch($format) {
$height = 1080;
break;
- case 'hq':
+ case 'sd':
$type = 'video';
$width = 1024;
$height = 576;
break;
-
- case 'lq':
- $type = 'video';
- $width = 640;
- $height = 360;
- break;
}
echo $tpl->render(array(