diff options
Diffstat (limited to '')
-rw-r--r-- | room.php | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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( |