mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 23:57:11 -07:00
Fixed: Unable to download release from interactive search
Fixes #242 and Fixes #243
This commit is contained in:
parent
8a73b9df8a
commit
580c9e2da8
1 changed files with 1 additions and 1 deletions
|
@ -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 }));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue