mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -30,8 +30,8 @@ export default createPlugin<
|
||||
},
|
||||
CrossfadePluginConfig
|
||||
>({
|
||||
name: t('plugins.crossfade.name'),
|
||||
description: t('plugins.crossfade.description'),
|
||||
name: () => t('plugins.crossfade.name'),
|
||||
description: () => t('plugins.crossfade.description'),
|
||||
restartNeeded: true,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user