mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 01:31:46 +00:00
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
const { PluginConfig } = require('../../config/dynamic');
|
|
|
|
const config = new PluginConfig('downloader');
|
|
module.exports = { ...config };
|