mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix config.setAll()
This commit is contained in:
@ -67,7 +67,7 @@ module.exports.PluginConfig = class PluginConfig {
|
||||
};
|
||||
|
||||
setAll = (options) => {
|
||||
this.#config = { ...options };
|
||||
this.#config = { ...this.#config, ...options };
|
||||
this.#save();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user