Skip to content

Commit

Permalink
Fixed wrong URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kodxana authored Oct 20, 2019
1 parent 63eb4c5 commit 0f20dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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});
}
});
Expand Down

0 comments on commit 0f20dc5

Please sign in to comment.