Update fetchers to support search

This commit is contained in:
jeffvli 2023-06-09 02:36:38 -07:00 committed by Jeff
parent 01608fa875
commit f8ecb3fc53
8 changed files with 69 additions and 38 deletions

View file

@ -176,8 +176,3 @@ export type GridCardData = {
playButtonBehavior: Play;
route: CardRoute;
};
export enum LyricSource {
GENIUS = 'Genius',
NETEASE = 'NetEase',
}