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

1
packages/components Submodule

@ -0,0 +1 @@
Subproject commit d314b2d191124f1b487ebd72409e748c1bfccb87

@ -0,0 +1 @@
Subproject commit 7803fa54410a7ef9fc3149c482253e74ca1d7d71

1
packages/revolt.js Submodule

@ -0,0 +1 @@
Subproject commit 39d1f596e280a28278d913e1e60e4d5298d71578

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"