Merge pull request #9 from kodxana/lbry.tv-changes

lbry.tv update
This commit is contained in:
kodxana 2019-12-25 19:46:15 +01:00 committed by GitHub
commit 295d51d54d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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});
}
});