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