mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
lbry.tv update
This commit is contained in:
parent
40e1709c44
commit
ed54062873
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function validateVideo (id) {
|
|||
let title = data.data.videos[id]
|
||||
|
||||
if (title != null) {
|
||||
let url = "https://open.lbry.com/" + title
|
||||
let url = "https://lbry.tv/" + title
|
||||
chrome.tabs.update({url: url});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue