mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
feat: support Streamable embeds
This commit is contained in:
@@ -67,7 +67,8 @@ export default function Embed({ embed }: Props) {
|
||||
break;
|
||||
}
|
||||
case "Twitch":
|
||||
case "Lightspeed": {
|
||||
case "Lightspeed":
|
||||
case "Streamable": {
|
||||
mw = 1280;
|
||||
mh = 720;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user