Update background.js

This commit is contained in:
kodxana 2019-12-25 19:57:34 +01:00 committed by GitHub
parent c526d00dea
commit 5676a3a839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ function getInformationFromApi(id) {
.then(function(data) {
let channel = data.data.channels[id]
if (channel != null) {
let url = "https://open.lbry.com/" + channel
let url = "https://lbry.tv/" + channel
chrome.tabs.update({url: url});
}
});