Fixed wrong URL

This commit is contained in:
kodxana 2019-10-20 10:11:33 +02:00 committed by GitHub
parent 63eb4c55eb
commit 0f20dc5885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ function validateVideo (id) {
let title = data.data.videos[id]
if (title != null) {
let url = "https://open.lbry.tv/" + title
let url = "https://open.lbry.com/" + title
chrome.tabs.update({url: url});
}
});