mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
@ -163,13 +163,7 @@ const migrations = {
|
||||
export default new Store({
|
||||
defaults: {
|
||||
...defaults,
|
||||
plugins: Object.entries(allPlugins).reduce(
|
||||
(prev, [id, plugin]) => ({
|
||||
...prev,
|
||||
[id]: plugin.config,
|
||||
}),
|
||||
{},
|
||||
),
|
||||
// README: 'plugin' uses deepmerge to populate the default values, so it is not necessary to include it here
|
||||
},
|
||||
clearInvalidConfig: false,
|
||||
migrations,
|
||||
|
||||
Reference in New Issue
Block a user