feat(plugins/openInApp) Refactor code and add Apple Music support (#2744)

Co-authored-by: v <vendicated@riseup.net>
Co-authored-by: Shiggy <136832773+shiggybot@users.noreply.github.com>
This commit is contained in:
Surge 2024-07-30 23:42:57 +02:00 committed by GitHub
parent 0f5cf37ef9
commit 51ae019cd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 84 additions and 82 deletions

View file

@ -538,6 +538,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Joona",
id: 297410829589020673n
},
surgedevs: {
name: "Chloe",
id: 1084592643784331324n
}
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly