Fixed: Unable to download release from interactive search

Fixes #242 and Fixes #243
This commit is contained in:
Qstick 2018-03-18 22:45:20 -04:00
parent 8a73b9df8a
commit 580c9e2da8
1 changed files with 1 additions and 1 deletions

View File

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