From 65f936c7c35167360cd9dcec36194d364b6fccb8 Mon Sep 17 00:00:00 2001 From: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com> Date: Fri, 14 May 2021 23:07:30 +0100 Subject: [PATCH] Fixed: History search icon works with URL base set --- frontend/src/History/HistoryRowConnector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/History/HistoryRowConnector.js b/frontend/src/History/HistoryRowConnector.js index 473d6dc20..7dea5a730 100644 --- a/frontend/src/History/HistoryRowConnector.js +++ b/frontend/src/History/HistoryRowConnector.js @@ -50,7 +50,7 @@ class HistoryRowConnector extends Component { onSearchPress = (term, indexerId, categories) => { this.props.setSearchDefault({ searchQuery: term, searchIndexerIds: [indexerId], searchCategories: categories }); - this.props.push(`${window.Prowlarr.urlBase}search`); + this.props.push(`${window.Prowlarr.urlBase}/search`); } onMarkAsFailedPress = () => {