Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/b4f8fb733f8c42b8cd0e7355eef2e65e17b2001b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Indexer Display Issue on Search Page

Fixes 
pull/479/head
bakerboy448 4 years ago committed by Qstick
parent 1a6ea21b9f
commit b4f8fb733f

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