mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-09 03:25:09 +00:00
Fixed scrolling displaying duplicate results
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user