From 5563d6bdeb0a5d039ec01c0b795785a056f3b6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=91=E3=81=A3=E3=81=A1?= Date: Fri, 11 Mar 2022 22:48:50 +0900 Subject: [PATCH] fix: wip --- packages/client/src/scripts/select-file-enc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/scripts/select-file-enc.ts b/packages/client/src/scripts/select-file-enc.ts index f7dc8bccd..34150d972 100644 --- a/packages/client/src/scripts/select-file-enc.ts +++ b/packages/client/src/scripts/select-file-enc.ts @@ -4,7 +4,7 @@ import { stream } from '@/stream'; import { i18n } from '@/i18n'; import { defaultStore } from '@/store'; import { DriveFile } from 'misskey-js/built/entities'; -import { VideoConverter } from 'convert-video'; +import * as VideoConverter from 'convert-video'; function select(src: any, label: string | null, multiple: boolean): Promise { return new Promise((res, rej) => {