mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix: use new lightspeed embed URL
This commit is contained in:
parent
2a12b79ef7
commit
22b2bc0a5e
4 changed files with 4 additions and 1 deletions
1
packages/components
Submodule
1
packages/components
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d314b2d191124f1b487ebd72409e748c1bfccb87
|
1
packages/hast-util-table-cell-style
Submodule
1
packages/hast-util-table-cell-style
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7803fa54410a7ef9fc3149c482253e74ca1d7d71
|
1
packages/revolt.js
Submodule
1
packages/revolt.js
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 39d1f596e280a28278d913e1e60e4d5298d71578
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue