Fixed: Header search redirects incorrectly with urlbase

pull/40/head
Qstick 3 years ago committed by GitHub
parent a15f425eb5
commit f201db5cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save