diff --git a/native/injector.ts b/native/injector.ts index f6846f7..e0c2b1b 100644 --- a/native/injector.ts +++ b/native/injector.ts @@ -73,7 +73,7 @@ electron.app.whenReady().then(async () => { } // Bypass CSP & Mark meta scripts for quartz injection - if (req.url === "https://desktop.tidal.com/" || req.url === "https://listen.tidal.com/") { + if (req.url === "https://desktop.tidal.com/" || req.url === "https://tidal.com/" || req.url === "https://listen.tidal.com/") { const res = await electron.net.fetch(req, { bypassCustomProtocolHandlers: true }); let body = await res.text(); body = body.replace( diff --git a/package.json b/package.json index c84ad17..0eaca18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luna", - "version": "1.6.11-beta", + "version": "1.6.12-beta", "description": "A client mod for the Tidal music app for plugins", "author": { "name": "Inrixia",