Hot fix for lbry.tv api
This commit is contained in:
parent
bd5d044ed1
commit
afd6bbac7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue