fix lyrics fetch and clear (#1342)

- split server and remote lyrics into separate queries
- lyrics cache now always contain server lyrics, override will use separate remote query
- clear button is reverted to only clear the override query, and back to server
This commit is contained in:
jeffvli
2025-12-31 01:07:56 -08:00
parent 8eab4933ae
commit 255b9a9c2d
4 changed files with 207 additions and 92 deletions
@@ -62,7 +62,12 @@ export const LyricsActions = ({
value={index.toString()}
/>
)}
<Button onClick={onExportLyrics} uppercase variant="subtle">
<Button
onClick={onExportLyrics}
size="compact-sm"
uppercase
variant="subtle"
>
{t('form.lyricsExport.export', { postProcess: 'sentenceCase ' })}
</Button>
</Center>