mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05: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