1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Refetch series when signalR reconnects

This commit is contained in:
Mark McDowall
2019-07-16 22:01:51 -07:00
parent fbbd85d8b2
commit 6ce1cb4325
2 changed files with 5 additions and 8 deletions
@@ -61,10 +61,6 @@ function createMapStateToProps() {
function createMapDispatchToProps(dispatch, props) {
return {
dispatchFetchSeries() {
dispatch(fetchSeries);
},
onTableOptionChange(payload) {
dispatch(setSeriesTableOption(payload));
},
@@ -114,10 +110,6 @@ class SeriesIndexConnector extends Component {
};
}
componentDidMount() {
this.props.dispatchFetchSeries();
}
//
// Listeners