mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-31 01:11:31 +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) {
|
||||
let url = "https://open.lbry.tv/" + title
|
||||
chrome.tabs.update({url: url});
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue