Fixed scrolling displaying duplicate results

This commit is contained in:
Geomitron
2020-05-30 12:44:30 -04:00
parent e66a34d45d
commit 5224534d17
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ class SearchHandler implements IPCInvokeHandler<'song-search'> {
event: 'song-search' = 'song-search'
/**
* @returns the top 20 songs that match `search`.
* @returns the top 50 songs that match `search`.
*/
async handler(search: SongSearch) {
return new Promise<SongResult[]>((resolve, reject) => {