feat: support Streamable embeds

This commit is contained in:
Paul Makles
2023-01-29 17:34:07 +00:00
parent 34ce1d1a86
commit 95d4f61d7f
2 changed files with 12 additions and 1 deletions

View File

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