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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user