aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--model/Room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Room.php b/model/Room.php
index 1fdbf7b..897bcbd 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -48,7 +48,7 @@ class Room
}
public function getThumb() {
- return joinpath(['/', 'thumbs', $this->getStream().'.png']);
+ return proto().'://cdn.c3voc.de'.joinpath(['/thumbnail', $this->getStream(), 'thumb.jpeg']);
}
public function getLink() {