mirror of
https://github.com/voc/streaming-website
synced 2024-11-12 23:47:14 +00:00
fix thumbs url
This commit is contained in:
parent
61c9cf52b0
commit
afc1a5caf3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Room extends ModelBase
|
|||
}
|
||||
|
||||
public function getThumb() {
|
||||
return 'thumbs/'.$this->getStream().'.png';
|
||||
return '../thumbs/'.$this->getStream().'.png';
|
||||
}
|
||||
|
||||
public function getLink() {
|
||||
|
|
Loading…
Reference in a new issue