🔧 Fixes to AirDCPP searching WIP

1. Fixed the iterable for search results
2. Updated README
3. Listeners still a ?
This commit is contained in:
2021-09-02 14:45:44 -07:00
parent 3fc22c74ef
commit 1f8e0d6ff6
5 changed files with 32 additions and 22 deletions

View File

@@ -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;