mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Fixed: Unable to download release from interactive search
Fixes #242 and Fixes #243
This commit is contained in:
@@ -45,7 +45,7 @@ function createMapDispatchToProps(dispatch, props) {
|
||||
dispatch(releaseActions.setReleasesFilter({ selectedFilterKey }));
|
||||
},
|
||||
|
||||
onGrabPress({ guid, indexerId }) {
|
||||
onGrabPress(guid, indexerId) {
|
||||
dispatch(releaseActions.grabRelease({ guid, indexerId }));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user