🔧 Fixed loading state for DC++ search and type errors in bluelovers fast-glob module
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user