From 05ce3504c3e18bda7390fbb982c894f1f90e22f4 Mon Sep 17 00:00:00 2001 From: kodxana Date: Sun, 20 Oct 2019 09:41:41 +0200 Subject: [PATCH] Fixed missing } --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); - + } }); }