feat(plugins/openInApp) Add tidal support (#2404)

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
Aztup 2024-05-15 04:35:00 +02:00 committed by GitHub
parent 4d572670f1
commit f4d6461690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

View file

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