Changed line 85

This commit is contained in:
kodxana 2020-07-14 18:15:04 +02:00 committed by GitHub
parent 3799bd183c
commit bb1a8d6b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 :(";