feat(synced-lyrics): preferred provider (global/per-song) (#3741)

Co-authored-by: JellyBrick <shlee1503@naver.com>
This commit is contained in:
Angelos Bouklis
2025-09-07 07:35:29 +03:00
committed by GitHub
parent 336b7fe5e9
commit be3ae4d789
11 changed files with 358 additions and 215 deletions

View File

@ -20,7 +20,7 @@ import {
PlainLyrics,
} from './components';
import { currentLyrics } from '../providers';
import { currentLyrics } from './store';
import type { LineLyrics, SyncedLyricsPluginConfig } from '../types';