remove unused + (slightly) rework search

This commit is contained in:
austinried
2022-03-19 12:20:45 +09:00
parent 71330e2925
commit 1803e9dc7c
5 changed files with 93 additions and 193 deletions

View File

@@ -21,12 +21,6 @@ export interface Album extends AlbumListItem {
year?: number
}
export interface SearchResults {
artists: Artist[]
albums: AlbumListItem[]
songs: Song[]
}
export interface PlaylistListItem {
itemType: 'playlist'
id: string