File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
src/plugins/synced-lyrics/providers Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 1- import { ProviderNames } from './index' ;
2- import { YTMusic } from './YTMusic' ;
3- import { LRCLib } from './LRCLib' ;
4- import { MusixMatch } from './MusixMatch' ;
5- import { LyricsGenius } from './LyricsGenius' ;
1+ import { SimpMusicLyrics } from 'simp-music-lyrics' ;
62
7- export const providers = {
8- [ ProviderNames . YTMusic ] : new YTMusic ( ) ,
9- [ ProviderNames . LRCLib ] : new LRCLib ( ) ,
10- [ ProviderNames . MusixMatch ] : new MusixMatch ( ) ,
11- [ ProviderNames . LyricsGenius ] : new LyricsGenius ( ) ,
12- // [ProviderNames.Megalobiz]: new Megalobiz(), // Disabled because it is too unstable and slow
13- } as const ;
3+ // Register the SimpMusicLyrics provider
4+ const provider = new SimpMusicLyrics ( ) ;
5+ provider . register ( ) ;
You can’t perform that action at this time.
0 commit comments