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