aboutsummaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorAndreas Hubel2020-04-11 15:40:08 +0200
committerAndreas Hubel2020-04-11 15:40:17 +0200
commitaad37d0cbaf41085a6614b23a68fb01dfbb715ad (patch)
tree63f549030aa21b918bdab7378f4b8b4195af35b6 /view
parent8e1a26dd5171c35de46f5d99381a84865351fd83 (diff)
fix thumb url in streams json api
Diffstat (limited to 'view')
-rw-r--r--view/streams-json-v2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/streams-json-v2.php b/view/streams-json-v2.php
index dacd2a1..9fe0792 100644
--- a/view/streams-json-v2.php
+++ b/view/streams-json-v2.php
@@ -104,7 +104,7 @@ foreach (Conferences::getActiveConferences() as $conference)
$roomstruct[] = array(
'slug' => $room->getSlug(),
'schedulename' => $room->getScheduleName(),
- 'thumb' => forceslash(baseurl()).$room->getThumb(),
+ 'thumb' => $room->getThumb(),
'link' => forceslash(baseurl()).$room->getLink(),
'display' => $room->getDisplay(),
'stream' => $room->getStream(),