mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
feat(synced-lyrics): Musixmatch (#3261)
This commit is contained in:
@ -4,13 +4,14 @@ import { t } from '@/i18n';
|
||||
|
||||
import { menu } from './menu';
|
||||
import { renderer } from './renderer';
|
||||
import { backend } from './backend';
|
||||
|
||||
import type { SyncedLyricsPluginConfig } from './types';
|
||||
|
||||
export default createPlugin({
|
||||
name: () => t('plugins.synced-lyrics.name'),
|
||||
description: () => t('plugins.synced-lyrics.description'),
|
||||
authors: ['Non0reo', 'ArjixWasTaken', 'KimJammer'],
|
||||
authors: ['Non0reo', 'ArjixWasTaken', 'KimJammer', 'Strvm'],
|
||||
restartNeeded: true,
|
||||
addedVersion: '3.5.X',
|
||||
config: {
|
||||
@ -25,5 +26,6 @@ export default createPlugin({
|
||||
|
||||
menu,
|
||||
renderer,
|
||||
backend,
|
||||
stylesheets: [style],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user