From 5676a3a8396d54bffc9c3563708da97765d20e8e Mon Sep 17 00:00:00 2001 From: kodxana Date: Wed, 25 Dec 2019 19:57:34 +0100 Subject: [PATCH] Update background.js --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index df6e52a..108f1dd 100644 --- a/background.js +++ b/background.js @@ -46,7 +46,7 @@ function getInformationFromApi(id) { .then(function(data) { let channel = data.data.channels[id] if (channel != null) { - let url = "https://open.lbry.com/" + channel + let url = "https://lbry.tv/" + channel chrome.tabs.update({url: url}); } });