web/remux: add imported files to queue automatically & filter by type

This commit is contained in:
wukko
2025-05-14 16:08:13 +06:00
parent b1b5f3bba2
commit 68554c5b53
3 changed files with 29 additions and 49 deletions

View File

@@ -49,8 +49,6 @@ export default class LibAVWrapper {
if (!this.libav) throw new Error("LibAV wasn't initialized");
const libav = await this.libav;
console.log('yay loaded libav :3');
await libav.mkreadaheadfile('input', blob);
try {