mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
Improved compatibility
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { createPlugin } from '@/utils';
|
||||
import { t } from '@/i18n';
|
||||
import { APPLICATION_NAME, t } from '@/i18n';
|
||||
|
||||
import backend from './back';
|
||||
import renderer, {
|
||||
@ -22,7 +22,10 @@ export default createPlugin<
|
||||
CaptionsSelectorConfig
|
||||
>({
|
||||
name: () => t('plugins.captions-selector.name'),
|
||||
description: () => t('plugins.captions-selector.description'),
|
||||
description: () =>
|
||||
t('plugins.captions-selector.description', {
|
||||
applicationName: APPLICATION_NAME,
|
||||
}),
|
||||
config: {
|
||||
enabled: false,
|
||||
disableCaptions: false,
|
||||
|
||||
Reference in New Issue
Block a user