mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Require only single query for search
This commit is contained in:
parent
e56350c1c2
commit
255a131f3b
5 changed files with 22 additions and 9 deletions
|
|
@ -1062,8 +1062,8 @@ export const instanceOfCancellationError = (error: any) => {
|
|||
};
|
||||
|
||||
export type LyricSearchQuery = {
|
||||
artist: string;
|
||||
name: string;
|
||||
artist?: string;
|
||||
name?: string;
|
||||
};
|
||||
|
||||
export type LyricGetQuery = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue