fix: wip
This commit is contained in:
parent
57a106a192
commit
f269ceaee9
@ -4,7 +4,7 @@ import { stream } from '@/stream';
|
||||
import { i18n } from '@/i18n';
|
||||
import { defaultStore } from '@/store';
|
||||
import { DriveFile } from 'misskey-js/built/entities';
|
||||
import { convert } from 'convert-video';
|
||||
const convert = require( 'convert-video');
|
||||
|
||||
function select(src: any, label: string | null, multiple: boolean): Promise<DriveFile | DriveFile[]> {
|
||||
return new Promise((res, rej) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user