Hot fix for lbry.tv api

This commit is contained in:
Sean Yesmunt 2019-04-11 15:04:22 -04:00 committed by GitHub
parent bd5d044ed1
commit afd6bbac7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ ipcRenderer.on('navigate-forward', () => {
// @endif // @endif
// @if TARGET='web' // @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); Lbry.setDaemonConnectionString(SDK_API_URL);
// @endif // @endif