🔎 Displaying AirDCPP results on the UI
This commit is contained in:
@@ -28,6 +28,8 @@ function airdcppReducer(state = initialState, action) {
|
||||
isAirDCPPSearchInProgress: false,
|
||||
results: action.results,
|
||||
};
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user