diff --git a/background.js b/background.js index abacfd2..abbbc08 100644 --- a/background.js +++ b/background.js @@ -42,7 +42,7 @@ function validateVideo (id) { if (title != null) { let url = "https://open.lbry.tv/" + title chrome.tabs.update({url: url}); - + } }); }