fix proxy again
This commit is contained in:
parent
b313b868f8
commit
067b68c4c6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export const getProxyUrl = (url) => {
|
||||
if (window.__tidalOriginExtension) return url;
|
||||
return `https://audio-proxy.binimum.org/proxy-audio?url=${encodeURIComponent(url)}`;
|
||||
return `https://audio-proxy.binimum.org/proxy-audio?url=${url}`;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue