Home
last modified time | relevance | path

Searched refs:currentLyricItem (Results 1 – 1 of 1) sorted by relevance

/MusicFree/src/service/
H A Dindex.ts72 const currentLyricItem = parser.getPosition(evt.position); constant
73 if (prevLyricText !== currentLyricItem?.lrc) {
74 LyricManager.setCurrentLyric(currentLyricItem ?? null);
80 (currentLyricItem?.lrc ?? '') +
82 ? `\n${currentLyricItem?.translation ?? ''}`