mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-04 06:38:28 +02:00
Fix route to series details from search input
This commit is contained in:
parent
22778091f9
commit
ebf4f17f17
@ -90,9 +90,9 @@ class SeriesSearchInput extends Component {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
goToSeries(series) {
|
goToSeries(item) {
|
||||||
this.setState({ value: '' });
|
this.setState({ value: '' });
|
||||||
this.props.onGoToSeries(series.titleSlug);
|
this.props.onGoToSeries(item.item.titleSlug);
|
||||||
}
|
}
|
||||||
|
|
||||||
reset() {
|
reset() {
|
||||||
|
Loading…
Reference in New Issue
Block a user