Fixed missing }

This commit is contained in:
kodxana 2019-10-20 09:41:41 +02:00 committed by GitHub
parent eb8bdfab03
commit 05ce3504c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ function validateVideo (id) {
if (title != null) {
let url = "https://open.lbry.tv/" + title
chrome.tabs.update({url: url});
}
});
}