mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
remove unused + (slightly) rework search
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user