mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
import { PluginConfig } from '../../config/dynamic';
|
|
|
|
const config = new PluginConfig('crossfade', { enableFront: true });
|
|
export default config;
|