mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Category Selection on Search Page
This commit is contained in:
@@ -146,8 +146,8 @@ class SearchIndex extends Component {
|
||||
this.setState({ jumpToCharacter });
|
||||
}
|
||||
|
||||
onSearchPress = (query, indexerIds) => {
|
||||
this.props.onSearchPress({ query, indexerIds });
|
||||
onSearchPress = (query, indexerIds, categories) => {
|
||||
this.props.onSearchPress({ query, indexerIds, categories });
|
||||
}
|
||||
|
||||
onKeyUp = (event) => {
|
||||
|
Reference in New Issue
Block a user