🔧 Fixed loading state for DC++ search and type errors in bluelovers fast-glob module

This commit is contained in:
2021-09-04 17:30:56 -07:00
parent bacde33567
commit 664f359ef7
3 changed files with 4 additions and 5 deletions

View File

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