mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
serach debouncing, hiding result categories
This commit is contained in:
@@ -67,6 +67,8 @@ export interface Song {
|
||||
coverArt?: string
|
||||
}
|
||||
|
||||
export type ListableItem = Song | AlbumListItem | Artist | PlaylistListItem
|
||||
|
||||
export type DownloadedSong = {
|
||||
id: string
|
||||
type: 'song'
|
||||
|
||||
Reference in New Issue
Block a user