aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorAndreas Hubel2018-12-28 14:47:59 +0100
committerAndreas Hubel2018-12-28 14:47:59 +0100
commitd2da3b7d8488015b3fc46df696036be6a1cc14f0 (patch)
tree5c281b31370cc443a196e203ec7e3eab0e8caa44 /model
parentc510b82e3fcbbeec9a41089f6c16e047da68102d (diff)
remove spacing border around slide-only stream
fixes #89
Diffstat (limited to 'model')
-rw-r--r--model/Stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Stream.php b/model/Stream.php
index d6ce5ef..718ed98 100644
--- a/model/Stream.php
+++ b/model/Stream.php
@@ -42,9 +42,9 @@ class Stream
switch($this->getSelection())
{
case 'sd':
- case 'slides':
return array(1024, 576);
+ case 'slides':
case 'hd':
return array(1920, 1080);