mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Improve lyrics persistence
- Search overrides existing lyrics query - Separate reset / clear commands
This commit is contained in:
parent
80fb844d3c
commit
f6d239d87c
4 changed files with 133 additions and 71 deletions
|
|
@ -1111,6 +1111,7 @@ export type LyricSearchQuery = {
|
|||
export type LyricGetQuery = {
|
||||
remoteSongId: string;
|
||||
remoteSource: LyricSource;
|
||||
song: Song;
|
||||
};
|
||||
|
||||
export enum LyricSource {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue