🔧 Fixes to AirDCPP searching WIP
1. Fixed the iterable for search results 2. Updated README 3. Listeners still a ?
This commit is contained in:
@@ -89,6 +89,10 @@ export const search = (data: SearchData) => async (dispatch) => {
|
||||
|
||||
// Finally, perform the actual search
|
||||
await SocketService.post(`search/${instance.id}/hub_search`, data);
|
||||
|
||||
// removeSearchesSentListener();
|
||||
// removeSeachResultAddedListener();
|
||||
// removeSearchResultUpdatedListener();
|
||||
} catch (error) {
|
||||
console.log("ERO", error);
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user