Home
last modified time | relevance | path

Searched defs:rawLrc (Results 1 – 3 of 3) sorted by relevance

/MusicFree/src/types/
H A Dlyric.d.ts11 rawLrc?: string; property
H A Dmusic.d.ts56 rawLrc?: string; property
/MusicFree/src/core/
H A DpluginManager.ts476 let rawLrc: string | null = musicItem.rawLrc || null; variable