From ed54062873aa876931b104cf3f924e8a76c077fe Mon Sep 17 00:00:00 2001 From: kodxana Date: Wed, 25 Dec 2019 19:38:15 +0100 Subject: [PATCH] lbry.tv update --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index c54e860..df6e52a 100644 --- a/background.js +++ b/background.js @@ -83,7 +83,7 @@ function validateVideo (id) { let title = data.data.videos[id] if (title != null) { - let url = "https://open.lbry.com/" + title + let url = "https://lbry.tv/" + title chrome.tabs.update({url: url}); } });