mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
Changed line 85
This commit is contained in:
parent
3799bd183c
commit
bb1a8d6b87
1 changed files with 2 additions and 2 deletions
|
@ -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 :(";
|
||||
|
|
Loading…
Add table
Reference in a new issue