From a2bad03489d7bb1d609b6b7746da11c97c23d973 Mon Sep 17 00:00:00 2001
From: Anton Schubert
Date: Fri, 4 Sep 2020 19:51:14 +0200
Subject: Revert "add back HD streams to streams api, add poster url to api-v2"

This reverts commit fa6f1dd85567d19a4e435237b28da7cdc9c6e564.
---
 model/Room.php | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'model/Room.php')

diff --git a/model/Room.php b/model/Room.php
index f1cb933..28c60c6 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -51,10 +51,6 @@ class Room
 		return proto().'://'.joinpath([$GLOBALS['CONFIG']['CDN'], 'thumbnail', $this->getStream(), 'thumb.jpeg']);
 	}
 
-	public function getPoster() {
-		return proto().'://'.joinpath([$GLOBALS['CONFIG']['CDN'], 'thumbnail', $this->getStream(), 'poster.jpeg']);
-	}
-
 	public function getLink() {
 		return joinpath([$this->getConference()->getSlug(), $this->getSlug()]).url_params();
 	}
@@ -252,7 +248,7 @@ class Room
 
 	public function getSelectionNames()
 	{
-		$selections = array('hd');
+		$selections = array();
 		if($this->hasDash())
 			$selections[] = 'dash';
 
-- 
cgit v1.2.3