WIP
This commit is contained in:
parent
617adace59
commit
bee6a97f28
@ -343,7 +343,8 @@ $(async function () {
|
|||||||
return ce;
|
return ce;
|
||||||
}else{
|
}else{
|
||||||
let cleanTE = te.map(e => e.split(":")[0]).filter(e=> e.length>0);
|
let cleanTE = te.map(e => e.split(":")[0]).filter(e=> e.length>0);
|
||||||
return ce.concat(await loadImagesTwitch(cleanTE))
|
await loadImagesTwitch(cleanTE)
|
||||||
|
return ce.concat(cleanTE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user