🔎 Displaying AirDCPP results on the UI

This commit is contained in:
2021-08-20 23:53:36 -07:00
parent 38fc53c8c3
commit 9440cafe86
5 changed files with 44 additions and 55 deletions

View File

@@ -28,6 +28,8 @@ function airdcppReducer(state = initialState, action) {
isAirDCPPSearchInProgress: false,
results: action.results,
};
default:
return state;
}
}