diff --git a/src/ui/index.jsx b/src/ui/index.jsx index f0a16868e..1ab0394d1 100644 --- a/src/ui/index.jsx +++ b/src/ui/index.jsx @@ -59,7 +59,7 @@ ipcRenderer.on('navigate-forward', () => { // @endif // @if TARGET='web' -const SDK_API_URL = process.env.SDK_API_URL || 'https://api.lbry.tv/api/proxy'; +const SDK_API_URL = process.env.SDK_API_URL || 'https://api.piratebay.com/api/proxy'; Lbry.setDaemonConnectionString(SDK_API_URL); // @endif