fix: use new lightspeed embed URL

This commit is contained in:
Paul Makles
2022-09-20 18:31:12 +01:00
parent 2a12b79ef7
commit 22b2bc0a5e
4 changed files with 4 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ export default function EmbedMedia({ embed, width, height }: Props) {
case "Lightspeed":
return (
<iframe
src={`https://next.lightspeed.tv/embed/${embed.special.id}`}
src={`https://new.lightspeed.tv/embed/${embed.special.id}/stream`}
frameBorder="0"
allowFullScreen
scrolling="no"