mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-16 05:24:34 +01:00
parent
1a6ea21b9f
commit
b4f8fb733f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ function createMapStateToProps() {
|
|||
function createMapDispatchToProps(dispatch, props) {
|
||||
return {
|
||||
onGoToAddNewMovie(query) {
|
||||
dispatch(setSearchDefault({ searchQuery: query, searchIndexerIds: [-1, -2] }));
|
||||
dispatch(setSearchDefault({ searchQuery: query }));
|
||||
dispatch(push(`${window.Prowlarr.urlBase}/search`));
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue