mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-01 09:45:14 +00:00
Fixed missing }
This commit is contained in:
parent
eb8bdfab03
commit
05ce3504c3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function validateVideo (id) {
|
||||||
if (title != null) {
|
if (title != null) {
|
||||||
let url = "https://open.lbry.tv/" + title
|
let url = "https://open.lbry.tv/" + title
|
||||||
chrome.tabs.update({url: url});
|
chrome.tabs.update({url: url});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue