From ebd1104df307a8fcac3a92238e008cc5ef01ea59 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 9 Sep 2024 19:36:16 +0600 Subject: [PATCH] web/libav: remove redundant async --- web/src/lib/libav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/libav.ts b/web/src/lib/libav.ts index 93ad930a..e5655645 100644 --- a/web/src/lib/libav.ts +++ b/web/src/lib/libav.ts @@ -15,7 +15,7 @@ export default class LibAVWrapper { this.onProgress = onProgress; } - async init() { + init() { if (this.concurrency && !this.libav) { this.libav = LibAV.LibAV({ yesthreads: true,