aboutsummaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorAnton Schubert2020-09-04 19:55:18 +0200
committerAnton Schubert2020-09-04 19:55:34 +0200
commit36ad969d40a1505a5df3950c474197cb3ff2d456 (patch)
tree1a71d39294f6bc97805d6a7055392cf2a6506e00 /view
parenta2bad03489d7bb1d609b6b7746da11c97c23d973 (diff)
add back HD streams to streams api, add poster url to api-v2
Diffstat (limited to 'view')
-rw-r--r--view/streams-json-v2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/streams-json-v2.php b/view/streams-json-v2.php
index 9fe0792..24436de 100644
--- a/view/streams-json-v2.php
+++ b/view/streams-json-v2.php
@@ -105,6 +105,7 @@ foreach (Conferences::getActiveConferences() as $conference)
'slug' => $room->getSlug(),
'schedulename' => $room->getScheduleName(),
'thumb' => $room->getThumb(),
+ 'poster' => $room->getPoster(),
'link' => forceslash(baseurl()).$room->getLink(),
'display' => $room->getDisplay(),
'stream' => $room->getStream(),