mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -25,8 +25,8 @@ export type SponsorBlockPluginConfig = {
|
||||
let currentSegments: Segment[] = [];
|
||||
|
||||
export default createPlugin({
|
||||
name: t('plugins.sponsorblock.name'),
|
||||
description: t('plugins.sponsorblock.description'),
|
||||
name: () => t('plugins.sponsorblock.name'),
|
||||
description: () => t('plugins.sponsorblock.description'),
|
||||
restartNeeded: true,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user