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:
@ -9,8 +9,8 @@ import { t } from '@/i18n';
|
||||
import type { YoutubePlayer } from '@/types/youtube-player';
|
||||
|
||||
export default createPlugin({
|
||||
name: t('plugins.quality-changer.name'),
|
||||
description: t('plugins.quality-changer.description'),
|
||||
name: () => t('plugins.quality-changer.name'),
|
||||
description: () => t('plugins.quality-changer.description'),
|
||||
restartNeeded: false,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user