chore(plugins): change default config album-actions, music-together

This commit is contained in:
Su-Yong
2023-12-31 13:56:42 +09:00
parent ee0c512529
commit aa899d247a
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ export default createPlugin({
description: () => t('plugins.album-actions.description'),
restartNeeded: false,
config: {
enabled: true,
enabled: false,
},
renderer: {
observer: null as MutationObserver | null,