diff --git a/native/injector.ts b/native/injector.ts index bc62111..08bb226 100644 --- a/native/injector.ts +++ b/native/injector.ts @@ -70,7 +70,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(