feat(plugin): FixYoutubeEmbeds - fix UMG blocked embeds (#2116)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
~coolelectronics 2024-01-18 20:07:35 -05:00 committed by GitHub
parent 988435714e
commit 1670733458
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 49 additions and 0 deletions

View file

@ -407,6 +407,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Samwich",
id: 976176454511509554n,
},
coolelectronics: {
name: "coolelectronics",
id: 696392247205298207n,
}
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly