diff options
author | Anton Schubert | 2020-09-04 19:51:14 +0200 |
---|---|---|
committer | Anton Schubert | 2020-09-04 19:51:14 +0200 |
commit | a2bad03489d7bb1d609b6b7746da11c97c23d973 (patch) | |
tree | e4cb0031cfecf311aee667687b9a9fd755ba19a7 /view | |
parent | fa6f1dd85567d19a4e435237b28da7cdc9c6e564 (diff) |
Revert "add back HD streams to streams api, add poster url to api-v2"
This reverts commit fa6f1dd85567d19a4e435237b28da7cdc9c6e564.
Diffstat (limited to '')
-rw-r--r-- | view/streams-json-v2.php | 1 |
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(), |