mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: History search icon works with URL base set
This commit is contained in:
@@ -50,7 +50,7 @@ class HistoryRowConnector extends Component {
|
|||||||
|
|
||||||
onSearchPress = (term, indexerId, categories) => {
|
onSearchPress = (term, indexerId, categories) => {
|
||||||
this.props.setSearchDefault({ searchQuery: term, searchIndexerIds: [indexerId], searchCategories: 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 = () => {
|
onMarkAsFailedPress = () => {
|
||||||
|
Reference in New Issue
Block a user