lbry.tv update

This commit is contained in:
kodxana 2019-12-25 19:38:15 +01:00 committed by GitHub
parent 40e1709c44
commit ed54062873
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});
}
});