Fixed: History search icon works with URL base set

This commit is contained in:
Robin Dadswell
2021-05-14 23:07:30 +01:00
committed by GitHub
parent 45d9bfd0c9
commit 65f936c7c3

View File

@@ -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 = () => {