fix mxm for local
This commit is contained in:
parent
8c46111a3b
commit
f0ceaae958
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ export class BrowserWindow {
|
|||
callback({
|
||||
redirectURL: `http://localhost:${this.clientPort}/apple-hls.js`,
|
||||
});
|
||||
} else if (details.url.includes("ciderlocal")) {
|
||||
} else if (details.url.includes("ciderlocal") && !details.url.includes("https://apic-desktop.musixmatch.com") ) {
|
||||
let text = details.url.toString().includes('ids=') ? decodeURIComponent(details.url.toString()).split("?ids=")[1] : decodeURIComponent(details.url.toString().substring(details.url.toString().lastIndexOf('/') + 1));
|
||||
//console.log('localurl',text)
|
||||
callback({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue