mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-25 19:09:00 +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 }));
|
dispatch(releaseActions.setReleasesFilter({ selectedFilterKey }));
|
||||||
},
|
},
|
||||||
|
|
||||||
onGrabPress({ guid, indexerId }) {
|
onGrabPress(guid, indexerId) {
|
||||||
dispatch(releaseActions.grabRelease({ guid, indexerId }));
|
dispatch(releaseActions.grabRelease({ guid, indexerId }));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user