Added scroll to show more results

This commit is contained in:
Geomitron
2020-03-11 23:20:41 -04:00
parent 18afa01e5c
commit 0a2acf9b31
4 changed files with 42 additions and 13 deletions

View File

@@ -4,6 +4,8 @@
export interface SongSearch {
query: string
type: SearchType
offset: number
length: number
}
/**