mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
5 lines
198 B
TypeScript
5 lines
198 B
TypeScript
import { PluginConfig } from '../../config/dynamic';
|
|
|
|
const config = new PluginConfig('captions-selector', { enableFront: true });
|
|
export default { ...config } as PluginConfig<'captions-selector'>;
|