From d6c1ac3aab0369e53c33e377528ef2925bc5a109 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 7 Mar 2019 15:09:12 -0500 Subject: [PATCH] update lbryweb api url --- src/ui/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/index.js b/src/ui/index.js index 12eaf8b59..2e12388e4 100644 --- a/src/ui/index.js +++ b/src/ui/index.js @@ -61,7 +61,7 @@ ipcRenderer.on('navigate-forward', () => { // @endif // @if TARGET='web' -Lbry.setDaemonConnectionString('https://beta.lbry.tv/api/proxy'); +Lbry.setDaemonConnectionString('https://api.lbry.tv/api/proxy'); // @endif // We need to override Lbryio for getting/setting the authToken