Fixed: History search icon works with URL base set

pull/61/head
Robin Dadswell 4 years ago committed by GitHub
parent 45d9bfd0c9
commit 65f936c7c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save