mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -3,8 +3,8 @@ import { onPlayerApiReady, onUnload } from './renderer';
|
||||
import { t } from '@/i18n';
|
||||
|
||||
export default createPlugin({
|
||||
name: t('plugins.playback-speed.name'),
|
||||
description: t('plugins.playback-speed.description'),
|
||||
name: () => t('plugins.playback-speed.name'),
|
||||
description: () => t('plugins.playback-speed.description'),
|
||||
restartNeeded: false,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user