This commit is contained in:
choelzl 2022-02-23 20:58:11 +01:00
parent 617adace59
commit bee6a97f28
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

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)
}
}