mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Update background.js
This commit is contained in:
parent
c526d00dea
commit
5676a3a839
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function getInformationFromApi(id) {
|
||||||
.then(function(data) {
|
.then(function(data) {
|
||||||
let channel = data.data.channels[id]
|
let channel = data.data.channels[id]
|
||||||
if (channel != null) {
|
if (channel != null) {
|
||||||
let url = "https://open.lbry.com/" + channel
|
let url = "https://lbry.tv/" + channel
|
||||||
chrome.tabs.update({url: url});
|
chrome.tabs.update({url: url});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue