mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-19 07:32:08 +00:00
fix build
This commit is contained in:
parent
db4a27e51a
commit
d776069613
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { unpack } from 'unpacker';
|
||||
|
||||
import { flags } from '@/entrypoint/utils/targets';
|
||||
|
||||
import { SubtitleResult } from './types';
|
||||
import { flags } from '../../../../lib';
|
||||
import { makeEmbed } from '../../base';
|
||||
import { Caption, getCaptionTypeFromUrl, labelToLanguageCode } from '../../captions';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue