Improve lyrics persistence

- Search overrides existing lyrics query
- Separate reset / clear commands
This commit is contained in:
jeffvli 2023-08-04 11:51:01 -07:00
parent 80fb844d3c
commit f6d239d87c
4 changed files with 133 additions and 71 deletions

View file

@ -1111,6 +1111,7 @@ export type LyricSearchQuery = {
export type LyricGetQuery = {
remoteSongId: string;
remoteSource: LyricSource;
song: Song;
};
export enum LyricSource {