mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
use new dynamic config
This commit is contained in:
@ -65,9 +65,8 @@ const sendError = (error) => {
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = async (win_, options) => {
|
||||
module.exports = async (win_) => {
|
||||
win = win_;
|
||||
config.init(options);
|
||||
injectCSS(win.webContents, join(__dirname, 'style.css'));
|
||||
|
||||
yt = await Innertube.create({
|
||||
|
||||
Reference in New Issue
Block a user