This commit is contained in:
2022-02-23 20:58:11 +01:00
parent 617adace59
commit bee6a97f28

View File

@@ -343,7 +343,8 @@ $(async function () {
return ce;
}else{
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)
}
}