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