mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Fixed: Header search redirects incorrectly with urlbase
This commit is contained in:
parent
a15f425eb5
commit
f201db5cd3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function createMapDispatchToProps(dispatch, props) {
|
|||
return {
|
||||
onGoToAddNewMovie(query) {
|
||||
dispatch(setSearchDefault({ searchQuery: query, searchIndexerIds: [-1, -2] }));
|
||||
dispatch(push(`${window.Prowlarr.urlBase}search`));
|
||||
dispatch(push(`${window.Prowlarr.urlBase}/search`));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue