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

@ -35,7 +35,8 @@ export const ALLOWED_PROTOCOLS = [
"steam:",
"spotify:",
"com.epicgames.launcher:",
"tidal:"
"tidal:",
"itunes:",
];
export const IS_VANILLA = /* @__PURE__ */ process.argv.includes("--vanilla");