diff --git a/package.json b/package.json index b3183cf..c392b6e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.13.17", - "@bluelovers/fast-glob": "^3.0.4", + "@bluelovers/fast-glob": "https://github.com/rishighan/fast-glob-v2-api.git", "@types/event-stream": "^3.3.34", "@types/mime-types": "^2.1.0", "@types/react": "^17.0.3", diff --git a/src/client/reducers/airdcpp.reducer.ts b/src/client/reducers/airdcpp.reducer.ts index 7863c62..3402996 100644 --- a/src/client/reducers/airdcpp.reducer.ts +++ b/src/client/reducers/airdcpp.reducer.ts @@ -23,7 +23,7 @@ function airdcppReducer(state = initialState, action) { return { ...state, searchResults: [...state.searchResults, action.groupedResult], - isAirDCPPSearchInProgress: false, + isAirDCPPSearchInProgress: true, }; case AIRDCPP_SEARCH_IN_PROGRESS: return { diff --git a/yarn.lock b/yarn.lock index 52e2a83..032a49b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1022,10 +1022,9 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@bluelovers/fast-glob@^3.0.4": +"@bluelovers/fast-glob@https://github.com/rishighan/fast-glob-v2-api.git": version "3.0.4" - resolved "https://registry.npmjs.org/@bluelovers/fast-glob/-/fast-glob-3.0.4.tgz" - integrity sha512-djAOOjDWXolYArm5NXxOIX7Q7OGhAaRtMs5F968OxelWkMUU6PyU6tS66CFykVON4U5y8jXcsnVAFCaeuf1nEA== + resolved "https://github.com/rishighan/fast-glob-v2-api.git#2f4b570e357731ebbbde723e035c92df821c0c3e" dependencies: bluebird "^3" fast-glob "^3"