Skip to content

Commit

Permalink
Changed line 85
Browse files Browse the repository at this point in the history
  • Loading branch information
kodxana authored Jul 14, 2020
1 parent 3799bd1 commit bb1a8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/YTtoLBRY.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function validateChannels(channels, redirect, validatedChannels) {
}
if (requestSize < channels.length) {
channels.splice(0, requestSize);
validateChannels(channels, redirect);
validateChannels(channels, redirect, validatedChannels);
} else if (validatedChannels.length === 0) {
let li = document.createElement('li');
li.innerText = "No channels found :(";
Expand All @@ -93,4 +93,4 @@ function validateChannels(channels, redirect, validatedChannels) {

chrome.storage.local.get('redirect', redirect => {
console.log(redirect);
})
})

0 comments on commit bb1a8d6

Please sign in to comment.