mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Fixed Downloads
This commit is contained in:
@@ -6,7 +6,7 @@ import { escape } from 'mysql'
|
||||
/**
|
||||
* Handles the 'song-search' event.
|
||||
*/
|
||||
export default class SearchHandler implements IPCInvokeHandler<'song-search'> {
|
||||
class SearchHandler implements IPCInvokeHandler<'song-search'> {
|
||||
event: 'song-search' = 'song-search'
|
||||
|
||||
/**
|
||||
@@ -39,4 +39,6 @@ export default class SearchHandler implements IPCInvokeHandler<'song-search'> {
|
||||
LIMIT ${20} OFFSET ${0};
|
||||
` // TODO: add parameters for the limit and offset
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export const searchHandler = new SearchHandler()
|
||||
Reference in New Issue
Block a user