feat: add lightspeed.tv support

This commit is contained in:
Paul Makles
2022-05-19 13:37:24 +01:00
parent 744afe2f6a
commit 97ab6c075d
2 changed files with 28 additions and 2 deletions

View File

@@ -68,7 +68,8 @@ export default function Embed({ embed }: Props) {
mh = embed.video?.height ?? 720;
break;
}
case "Twitch": {
case "Twitch":
case "Lightspeed": {
mw = 1280;
mh = 720;
break;