aboutsummaryrefslogtreecommitdiff
path: root/view
diff options
context:
space:
mode:
authorAnton Schubert2020-09-04 19:51:14 +0200
committerAnton Schubert2020-09-04 19:51:14 +0200
commita2bad03489d7bb1d609b6b7746da11c97c23d973 (patch)
treee4cb0031cfecf311aee667687b9a9fd755ba19a7 /view
parentfa6f1dd85567d19a4e435237b28da7cdc9c6e564 (diff)
Revert "add back HD streams to streams api, add poster url to api-v2"
This reverts commit fa6f1dd85567d19a4e435237b28da7cdc9c6e564.
Diffstat (limited to 'view')
-rw-r--r--view/streams-json-v2.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/streams-json-v2.php b/view/streams-json-v2.php
index 24436de..9fe0792 100644
--- a/view/streams-json-v2.php
+++ b/view/streams-json-v2.php
@@ -105,7 +105,6 @@ 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(),