Fixed: Unable to download release from interactive search

Fixes #242 and Fixes #243
pull/6/head
Qstick 6 years ago
parent 8a73b9df8a
commit 580c9e2da8

@ -45,7 +45,7 @@ function createMapDispatchToProps(dispatch, props) {
dispatch(releaseActions.setReleasesFilter({ selectedFilterKey }));
},
onGrabPress({ guid, indexerId }) {
onGrabPress(guid, indexerId) {
dispatch(releaseActions.grabRelease({ guid, indexerId }));
}
};

Loading…
Cancel
Save